Loading Tool

Explorer IconExplorer

Memory Pool

45,903 transactions
27.93 vMB
0.08370892 BTC
Random Selection Loading Transactions
Max Size: 147.74/200 MB

Candidate Block

Mining Attempt 54ddc5b0264eeb104bf3e9285261989395b51d3b849bb58d1334881ea362e14b
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 58e8c1e06043e5b63ff2c0c850f1aee020b1a1e788937d641961a4fe5a0a189d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.02992981 BTC
Feerates: 181.54 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (679,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,625 235,625 000000000000006ca1db34fd4f66aa42a4eb4565cfcece102a58ba4a012a0575 279 0.11/1.00 vMB 192
235,624 235,624 00000000000000adb34cd836699c373432c1a1d1f5d89a836929d8b63ac60d3e 244 0.11/1.00 vMB 177
235,623 235,623 00000000000000cfe679668e5453191d9be70cbc1a720073fe4c3715eeaa3633 246 0.25/1.00 vMB 72
235,622 235,622 00000000000000c1237c23ae76e9cc44e3868c6a3037a0e04ec0f4585f2efa9e 949 0.44/1.00 vMB 179
235,621 235,621 0000000000000157ff47bb84f315b9d19e53a42ab2babccd77404bf4862a31a1 460 0.25/1.00 vMB 188
235,620 235,620 00000000000000fced76db525891d3726f3f84d25e977e3ee133c96066709ddc 162 0.07/1.00 vMB 35
235,619 235,619 000000000000001be609739ede9aedc3113ab222312d4160d39a66bbbf3ec52b 632 0.24/1.00 vMB 197
235,618 235,618 000000000000013a1452fe9702d9ea0c9b4dc76ad4e51ae9d41a9275467abc77 282 0.17/1.00 vMB 131
235,617 235,617 00000000000000e4c33b474e3604886e40c3f044a3d3b37ff11ac27d3b6f77f8 478 0.21/1.00 vMB 178
235,616 235,616 000000000000005513829034012e2887d2ecc5379f10b345e88824fce720d7d3 603 0.30/1.00 vMB 178
235,615 235,615 0000000000000012089a295ef560ea259f9a4e47ab3a70a034752d8eab027a6b 620 0.25/1.00 vMB 205
235,614 235,614 000000000000011f1913eb11371655d14440b81064a1a8f4cb2ec72c0de2e70a 383 0.18/1.00 vMB 162
235,613 235,613 0000000000000027d9406254291447b2918871930dd7d3945d072854410bef01 127 0.25/1.00 vMB 22
235,612 235,612 00000000000001215e80276184a9d61b2d8219ec98b8f302a5401b0ac5e6676d 586 0.24/1.00 vMB 139
235,611 235,611 00000000000000058b7e7f5a29e3f62cd182cec6dfc694922ad82bece3e58ea6 625 0.25/1.00 vMB 205
235,610 235,610 0000000000000188d68049cd87f52aab3d965f3b20b04084864f57d62c5b2bd8 943 0.45/1.00 vMB 180
235,609 235,609 00000000000000586ea73903301e9a8d8ded9c3964a84454fc1ae58287a22470 277 0.17/1.00 vMB 146
235,608 235,608 000000000000014962a6752e94d7a6b8dcd7125a8cbb14cb72b46877bd3d9444 1,156 0.47/1.00 vMB 200
235,607 235,607 000000000000001a6d1aacac54d0b97eea6b480b4eda3cbcd287b5cf623200fb 853 0.35/1.00 vMB 209
235,606 235,606 000000000000001c8a068581a6249ee3d8ad70e249f6472d40d802663545fd73 133 0.06/1.00 vMB 205
235,605 235,605 000000000000015a4f15aee724116c1e3cc103cf02ac98c1cfe2a01c550a5b18 78 0.04/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.58 GB
    • Received: 14.33 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.