Loading Tool

Explorer IconExplorer

Memory Pool

35,084 transactions
14.69 vMB
0.07521879 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 84.66/200 MB

Candidate Block

Mining Attempt 9c61a5460971ce513b60638c734ea1e4a3b6d79db574e35bf2bb26fb2c756730
Version 20000000
Previous Block 00000000000000000000fcfeb08eb3e8132df80ab0066dce138120a13dfa737c
Merkle Root cc0ea6a00402b4029c383d6ffc550335dcc8309b4592598ce65638a0b524bb46
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.02938441 BTC
Median Feerate: 2.79 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,340 (712,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,643 200,643 00000000000001464b41fa77a4e102ea444f0bfeae8cd4f3f7634f76e2406d7c 152 0.08 vMB 94
200,642 200,642 000000000000044fab60815caabb979531a26d1ab62205d9867b8a07d39bef27 353 0.22 vMB 344
200,641 200,641 0000000000000003a7d1c34167a71591000b9cb1f660f074545decb971f4422a 213 0.06 vMB 0
200,640 200,640 0000000000000206c657a5548c6aaa4ac6a876ed9bb5bbfc26126ac419c901ca 207 0.10 vMB 88
200,639 200,639 0000000000000379bd885d60bcaab9b346a03e9346f310ae3a5ff01cd3770aa5 797 0.25 vMB 223
200,638 200,638 000000000000055a130eac1851a36b2e85e29f313043e345ce4fdc98dbda301c 111 0.05 vMB 155
200,637 200,637 00000000000005bf9de8ad450d02d985f230d1dec148dba260f5d1f137f86d8c 17 0.01 vMB 59
200,636 200,636 0000000000000507894b69ca55c2be83d540f950a808c782cbeee80bd467e4f9 112 0.04 vMB 113
200,635 200,635 00000000000001a548f30fcc5cb96f7f4416dcd264222e0c1c7bd7857e4eb9d8 328 0.17 vMB 125
200,634 200,634 00000000000004dcd87d205f510fe1829ea7feb7591c5553fc894fb5c2fe0bdb 1 0.00 vMB 0
200,633 200,633 00000000000002f318999674aa90faadb4ce2ff5bb2809e6260ff4f48fa7d382 117 0.06 vMB 94
200,632 200,632 0000000000000013a2def5001896c260c449da595f2d64a2bd0708bedc0540fa 167 0.07 vMB 109
200,631 200,631 000000000000008dba48443e6d7b4552a0802150a15d8c2c48b4024b243dbeb8 9 0.00 vMB 14
200,630 200,630 000000000000052696df5d3c799549441dc123142237e51000eaaac0824d1a38 265 0.11 vMB 119
200,629 200,629 0000000000000552abf95fc180814b43a7119d32d0e1bc5fdb9716316b75f9be 119 0.09 vMB 49
200,628 200,628 000000000000001bb0893764668f5c306f6c97dce31f9936eaeabae10235c904 172 0.09 vMB 94
200,627 200,627 00000000000003eb2f8e594d3d63ad0343de5c0d2b525fe9b18700f7dbcd0cdf 467 0.22 vMB 128
200,626 200,626 00000000000004a55580d4d38a102711ee068418bec478bbbe60f71375c58a77 562 0.45 vMB 75
200,625 200,625 00000000000002f088d717b7dd96d0dfc6adfbc8ad33776080961a85b66f7470 903 0.25 vMB 243
200,624 200,624 000000000000038727ff80555696613b05343ba62516b9ea11a01bd7b5d9df30 115 0.05 vMB 249
200,623 200,623 0000000000000250a47a752d1acdd8a3aa973c153103074133d7c7d630cd7ed3 256 0.08 vMB 40
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 10
  • Data Transfer:
    • Sent: 146.05 GB
    • Received: 0.59 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.