Memory Pool Memory Pool Refreshing

8,347 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (765,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,420 142,420 00000000000002d25a3218ff845f7645ed5260c365bbadf9fed2701298e543c1 0.05 MB 146 199
142,419 142,419 0000000000000681697c2a501c16f08fb090b643e494f37d8af2a9136a006b18 0.04 MB 84 99
142,418 142,418 00000000000004c4279f4cdc2aea35efca75a430f084b480d3a4d5d1c9c7dc9b 0.05 MB 102 269
142,417 142,417 00000000000005490c33cbd04f73e9379ebb2e21fa8fcb6b19918f1ea25f133a 0.05 MB 132 145
142,416 142,416 00000000000006f24458ef58d783f4059242068cdf359fc6010d1adbbe7096de 0.05 MB 96 472
142,415 142,415 0000000000000771ef2c537addce5f310147cfb65d5e85646823bad2bd84b006 0.05 MB 101 51
142,414 142,414 0000000000000847bd6d4493d26e2818ccc2800b1ea4d88f046fa9dc47d4c530 0.01 MB 20 1,941
142,413 142,413 00000000000008836263c59eccc44cbe48c11154929ebcd21aeb057911c2ac98 0.02 MB 39 392
142,412 142,412 00000000000004118aacab1a86f1ab1f242a289a529093d5d706411c32e23cbd 0.03 MB 72 38
142,411 142,411 00000000000001e20aa74b1d91df748ad4973fe341472bc7f9e837d04231240d 0.00 MB 8 917
142,410 142,410 0000000000000619d52bfe0c88569dc1f69233829cceef65e74ee2a3cd2fc43b 0.02 MB 75 74
142,409 142,409 000000000000052f9a347ea55c870eecf2c8d1bf5dee197f7e65ed8b8b6e7343 0.03 MB 128 4
142,408 142,408 00000000000006af8eb9ad59ada7cdef32765cf448892ce8cc2b10ee87681f41 0.06 MB 123 1,101
142,407 142,407 0000000000000210d7c55cb07c037b607b10648fce18f6cb6d32d669bfe72749 0.07 MB 144 2,331
142,406 142,406 0000000000000172a2ff2effcb9fc4bfc90754f4f92c0753f86c122ab60cb0d5 0.03 MB 81 40
142,405 142,405 000000000000053661e983f6f4d9d0306dbd2bcaeabe2bdb70ce209366178a09 0.01 MB 10 696
142,404 142,404 00000000000002f8d8ff196bb058bf466d366e9506596d93f6c2a0e66834d02c 0.03 MB 88 77
142,403 142,403 000000000000058b2f7f058b1900157c5faec500811f9e1b42fb201849a50ded 0.03 MB 40 44
142,402 142,402 000000000000076ed875165c2b614d185651e74b139f0d04c81440dbd2830616 0.02 MB 59 110
142,401 142,401 000000000000005d398bbafe4345a1a602ec557a21b3827cec0926bc9cc1f721 0.05 MB 86 48
142,400 142,400 00000000000003d6d4c461e1800579b685413ff0155d0a779c0acc89592edf38 0.03 MB 53 116
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.60 GB sent, 94.35 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.