Loading Tool

Explorer IconExplorer

Memory Pool

35,554 transactions
25.96 vMB
0.06660773 BTC
Random Selection Loading Transactions
Max Size: 132.43/200 MB

Candidate Block

Mining Attempt cb41dcc83a34be6af023d7541f00fe7c5f176f92592f6022e8c6b8798aeb0d23
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 55a59e1e76c9262111f56ed3754a8aea5972463bfa48a84860b8cc388c7566f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01897527 BTC
Feerates: 713.01 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (82,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,423 832,423 000000000000000000035b6204b262bbc675b5c4ae19289891e3025138c77b5b 3,477 1.00/1.00 vMB 51
832,422 832,422 0000000000000000000344c47ca5b69b4aa7ac80f1eff3706e2f560b7fe80a48 3,614 1.00/1.00 vMB 52
832,421 832,421 0000000000000000000105a1aa050598d2e0f67ceb1e25b92aaf1d2af176e465 3,526 1.00/1.00 vMB 51
832,420 832,420 000000000000000000013510f461ad2ff5be57e72d4a92c5bdd8372803f5db21 3,345 1.00/1.00 vMB 45
832,419 832,419 00000000000000000001750e882235ecf827be7fce2dbf6398483613a0877687 3,424 1.00/1.00 vMB 49
832,418 832,418 00000000000000000001548bb098793d9c210bfb177e3f991dee14f6c5ba28af 3,560 1.00/1.00 vMB 57
832,417 832,417 00000000000000000001242c12c65ae7e921fb9b773f38d3acb2298f8d74b166 3,048 1.00/1.00 vMB 37
832,416 832,416 00000000000000000000c837ad7ca0022ef217860f36d7ee2c4fac1b9825c109 3,147 1.00/1.00 vMB 34
832,415 832,415 000000000000000000035fe9b954f940ce9343a1c94fc808c61c6c7c812ea45d 2,228 1.00/1.00 vMB 37
832,414 832,414 00000000000000000001eeb5eb977a48190c06d15d311a33d15aba42a14eec23 3,660 1.00/1.00 vMB 54
832,413 832,413 00000000000000000000a45770b5586cb4578a02d5a93560ee8b81194cef0856 3,058 1.00/1.00 vMB 40
832,412 832,412 00000000000000000000548fce3e0ede0756e500b61dcbb2a86fef14f59c7ff4 3,115 1.00/1.00 vMB 26
832,411 832,411 000000000000000000011e7b228179e5651aff272f3f3dfacc251b1fb92af291 2,856 1.00/1.00 vMB 34
832,410 832,410 00000000000000000002f24be6b53e0de572a48cfe6eef3852193fcd805cfa9b 3,591 1.00/1.00 vMB 41
832,409 832,409 000000000000000000004347030e2aee77c432be882de9213067924e3d28693a 3,621 1.00/1.00 vMB 57
832,408 832,408 00000000000000000000604fc43b321c3e5bd57aa87348b7869fdc2ab142fa32 3,039 1.00/1.00 vMB 46
832,407 832,407 00000000000000000001e5814a7553cfd3d9e1af478a7f3cc290a000a86341e0 3,370 1.00/1.00 vMB 50
832,406 832,406 00000000000000000000b341493b6faf84b0910355c2986bcba5f30d16624496 3,852 1.00/1.00 vMB 62
832,405 832,405 00000000000000000002b7cf7652ce547d8b94e35e367f947e380677e3d8c05a 2,411 1.00/1.00 vMB 36
832,404 832,404 00000000000000000000899a5ae49ce4747e7e5bad5e7b33d5c31bae7cdf15ea 2,906 1.00/1.00 vMB 18
832,403 832,403 00000000000000000000431e1427db91979a069abd1b1b8fb86540b16dd317ee 3,207 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

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