Loading Tool

Explorer IconExplorer

Memory Pool

45,963 transactions
32.29 vMB
0.12892806 BTC
Random Selection Loading Transactions
Max Size: 163.86/200 MB

Candidate Block

Mining Attempt ec2cd2a5914f0a86ce71722642d79ccd2933e32bf5e9b1a51f2f821d3e711098
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root e1459ed8dbcbc3b884b1c2b5970198ec4cb7b55460d4290e0d2f245075bf4e31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,760
Size: 1.00 vMB
Total Fees: 0.05573226 BTC
Feerates: 265.25 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (444,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,127 470,127 000000000000000000857f6691f9c361f26bfaec6ba44fda00c58f2b6bda941d 2,782 1.00/1.00 vMB 289
470,126 470,126 0000000000000000003e3175659546cd9cd6e1f7b826974ab3870835b28a12c1 3,405 1.00/1.00 vMB 346
470,125 470,125 0000000000000000000bb7b53d768f7f84ab0b02c57b08fbe01aec16f4e75812 2,792 1.00/1.00 vMB 391
470,124 470,124 000000000000000000dbce16088a5d2b9ae03e13ac8329569c78ea4b65eb3421 2,150 1.00/1.00 vMB 477
470,123 470,123 000000000000000000f57a4f3df1a3fbeb5b98968ba99f84762bd7bc89dca88f 1,870 1.00/1.00 vMB 278
470,122 470,122 000000000000000000cfb9997efb665cad5dfb9c098ddc424e7ed14b481a0e10 2,066 1.00/1.00 vMB 373
470,121 470,121 000000000000000000a16d8b48395495b14f0ee5222b539fc49be716c873a097 2,372 1.00/1.00 vMB 488
470,120 470,120 0000000000000000007c6c68ec5fa081e3230ab817f468430eb2eb516c8804ac 1,782 1.00/1.00 vMB 340
470,119 470,119 000000000000000000a1d2108005fed052ec2be2ffe268d1cadf25cf88f62197 2,219 1.00/1.00 vMB 325
470,118 470,118 000000000000000001304435b74506e5fa2097beda985cbec39c11f9c5189c3e 1,845 1.00/1.00 vMB 314
470,117 470,117 000000000000000000533f27878c2a157ec94ca9256dca320f484d93fc63261c 2,387 1.00/1.00 vMB 308
470,116 470,116 0000000000000000018167aabf2886969dc0b618ea083500f7e6c1bb60fc8578 2,036 1.00/1.00 vMB 295
470,115 470,115 000000000000000000590bb88f5ed45d1669d0b335e7d95d7603762b3a8d9419 2,225 1.00/1.00 vMB 317
470,114 470,114 000000000000000001903444a5b652a88f27441e1459789a855412c13a1d5662 2,333 1.00/1.00 vMB 426
470,113 470,113 00000000000000000115e8339aba21cc96fa5a043286e10816ec140a1cec5f92 2,543 0.99/1.00 vMB 369
470,112 470,112 0000000000000000007bedbc6929828490b219ed85799eb6eea564876ec4b4f7 2,423 1.00/1.00 vMB 315
470,111 470,111 00000000000000000007b608b6ca462dee5968b573a80a257f15bd3a2903305f 2,401 1.00/1.00 vMB 411
470,110 470,110 00000000000000000088c0d3619c4ac2f4b0f473742d8a065206f267f79469d6 2,346 1.00/1.00 vMB 428
470,109 470,109 0000000000000000004dfd9dfc96375e9bb59e02f3608818221c02cb4ae5f59d 2,553 1.00/1.00 vMB 360
470,108 470,108 000000000000000000b8175a56e1e38194470f11726aaadc20c689462ea556d9 2,437 1.00/1.00 vMB 395
470,107 470,107 000000000000000000cb64c9becaf255610a74c7e119ca544a84b8fde0e36b07 2,497 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 781.65 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: 626.66 GB
    • Received: 11.70 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.