Loading Tool

Explorer IconExplorer

Memory Pool

44,881 transactions
28.09 vMB
0.08592932 BTC
Random Selection Loading Transactions
Max Size: 145.96/200 MB

Candidate Block

Mining Attempt aa324d9de07559b946b1915a042e317bf9990aec546fd1ccc54b901e1e83f5ce
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 2830b20b8c957a65b0d7550bf2c897f8e71ff22a5226d712848c3129f0a36ece
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,058
Size: 1.00 vMB
Total Fees: 0.02761472 BTC
Feerates: 201.07 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (376,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,255 538,255 00000000000000000007fe2c72a25dfd761d09da52189422b2581ee2a1f7af44 1,828 1.00/1.00 vMB 30
538,254 538,254 000000000000000000276a4d7432883b5bc5acce5cb2f752ab93691195d6318c 1,794 1.00/1.00 vMB 18
538,253 538,253 000000000000000000212b09f2c1eff954df392f84448e518d6ed783c5f3df4e 1,789 1.00/1.00 vMB 40
538,252 538,252 0000000000000000000c56216f02e4b74813e47ee82fffe3790d96e28f45de22 882 1.00/1.00 vMB 51
538,251 538,251 0000000000000000001298c545bd8c7626cc8eb7037d543c5727e7a6036a022e 832 1.00/1.00 vMB 67
538,250 538,250 0000000000000000000f1b69e9ca2f0f35bc0868754040f7db0887360f2b2e4a 1,185 0.45/1.00 vMB 13
538,249 538,249 00000000000000000023e5e003e99031bb737555746f95c6c638b26e90b752d6 1,724 0.76/1.00 vMB 19
538,248 538,248 0000000000000000002473273f1ab8e9d94d36f130c1f68876702ab0ed2accb7 517 0.79/1.00 vMB 8
538,247 538,247 0000000000000000002a7dc97d1b9a842ed4ea98f8dd941cca7d2fed2435712d 1,091 0.93/1.00 vMB 5
538,246 538,246 00000000000000000025e2b619094be2a95104b7da55f1687f3f063492278cf7 1,227 1.00/1.00 vMB 2
538,245 538,245 000000000000000000201db2df2f5e8d6fd3019ae14614365990a3f529ce42ed 2,411 1.00/1.00 vMB 17
538,244 538,244 000000000000000000111683b632cdd305f7764a17ceca3c045a6b472f9c6fa1 2,214 1.00/1.00 vMB 17
538,243 538,243 0000000000000000001ad54fcbaa68552e74080041f4af6de64ef298c3decc93 1,952 0.99/1.00 vMB 7
538,242 538,242 00000000000000000011bf5e580b98ee5962920358fc53e3b2f4a2fb172ba9d5 2,679 1.00/1.00 vMB 13
538,241 538,241 000000000000000000112a74b1ec36e1ebc455d4dcc17c1dfb9ca122858caa15 2,659 1.00/1.00 vMB 22
538,240 538,240 000000000000000000031f5e645d6a863b359099d8cd0e6bd3b294bb1a12cd56 2,896 1.00/1.00 vMB 15
538,239 538,239 0000000000000000000430f18aa5aa8002912eebc8524903e07e3a794ec23238 2,289 1.00/1.00 vMB 35
538,238 538,238 00000000000000000005523a96dcbfa11a72c5183cbd611816c6d45368754603 2,364 1.00/1.00 vMB 4
538,237 538,237 0000000000000000000ac71c598b5e2f4db55448fecfd36cfb9d723309611211 1,629 1.00/1.00 vMB 29
538,236 538,236 0000000000000000001c28d9446a65077edc0315fe7a95fe04eb6c25fc642d1b 1,643 1.00/1.00 vMB 17
538,235 538,235 0000000000000000000a803b14d9d02e6d46f1c77585de957db3ab9b6908baa7 2,067 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.28 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: 657.03 GB
    • Received: 14.45 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.