Loading Tool

Explorer IconExplorer

Memory Pool

82,073 transactions
30.92 vMB
0.07882994 BTC
Random Selection Loading Transactions
Max Size: 189.73/200 MB

Candidate Block

Mining Attempt 7d1dc9cc1630cfce43272a2580fa29e20b63ad014c7330751b3d3f40c6c2bdd3
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 8e64608ecaef85512bc6f0c5e138bbddce7d8607d6c9484e571226c595c81d6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,393
Size: 1.00 vMB
Total Fees: 0.00939362 BTC
Feerates: 301.05 > 0.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (257,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,671 657,671 00000000000000000005acb2867571ab390193f978775db4426436c7ea7864e3 2,536 1.00/1.00 vMB 77
657,670 657,670 0000000000000000000584362ff47aaff59cdc324538af5d61d75c0170d79257 1,597 1.00/1.00 vMB 93
657,669 657,669 00000000000000000000ff16964377854cec3370e57fbb3e3814a668a1ff1127 2,186 1.00/1.00 vMB 70
657,668 657,668 0000000000000000000313ba8b2ba8903206a9074f55f6af5602ea084abc662d 2,688 1.00/1.00 vMB 75
657,667 657,667 0000000000000000000ca30bcc1fe2a7610b12eb9a8e6195319f0661b29e6a35 2,643 1.00/1.00 vMB 52
657,666 657,666 0000000000000000000d49092a8a886fb02c98fb956a965ded5f9e0064d28e1e 2,643 1.00/1.00 vMB 97
657,665 657,665 0000000000000000000d8f6bcb141a6146b59274300ff67b195181da9b41a654 2,472 1.00/1.00 vMB 40
657,664 657,664 0000000000000000000191ef8b1199fd88833c375b408917e010dc70e3c05d0b 1,599 1.00/1.00 vMB 78
657,663 657,663 0000000000000000000afe410ecfadbc4c88e19f0799ae9dea0eb7df3ac6d42f 2,562 1.00/1.00 vMB 41
657,662 657,662 000000000000000000001c4dbb598f5c7d9baf22a4239cfce0c89869ff338ab0 2,041 1.00/1.00 vMB 56
657,661 657,661 0000000000000000000896207b40233ac18145183cac066aa0b95c83d86dcf34 1,182 1.00/1.00 vMB 47
657,660 657,660 000000000000000000078d8ffdb4a72193db55fd6f37c70126d650b4b8b2b50d 2,645 1.00/1.00 vMB 68
657,659 657,659 00000000000000000001d9c4789c1b993b45eb0d73f2f975cb518f1d682296e9 2,927 1.00/1.00 vMB 73
657,658 657,658 0000000000000000000f60e93161a00354e33a78423e17a3b87c86c620a8ec5c 1,619 1.00/1.00 vMB 81
657,657 657,657 0000000000000000000c9bf64929578aeff2e31c0fe669d1280dd175642e11f4 2,469 1.00/1.00 vMB 89
657,656 657,656 0000000000000000000e7a3351a363da3ce2c4000216df14ad5f235cc72e4760 1,171 1.00/1.00 vMB 110
657,655 657,655 00000000000000000006ce29decbb5a0d6006777bd6406b7ddaeb68137bc5252 717 1.00/1.00 vMB 81
657,654 657,654 0000000000000000000662f1e5810c582e2ade824327ad7616cec5d724f44679 1,366 1.00/1.00 vMB 89
657,653 657,653 0000000000000000000bd5ac743507229e57b7fa6697e451837e80945aa8972f 2,760 1.00/1.00 vMB 18
657,652 657,652 0000000000000000000084831951d3f5dbfbd3d898cdf4e128d770c9922959ce 2,369 1.00/1.00 vMB 31
657,651 657,651 0000000000000000000414132ffe2e59c40ded7785b5dc75c56ce142f3dfe9fb 2,322 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.