Loading Tool

Explorer IconExplorer

Memory Pool

51,892 transactions
29.26 vMB
0.08605402 BTC
Random Selection Loading Transactions
Max Size: 156.77/200 MB

Candidate Block

Mining Attempt 0d239c52855ae41ef3669e96c030e8b1c58ec74044f081b14f7807388c9e3d60
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root d075d71aa9647bf2b5034048c6e1d93a22a958b02d930c2789d7198b1f29df76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01857357 BTC
Feerates: 70.37 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (842,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,143 72,143 0000000000b9ecdee1ed479579668b69076d2d1bd37287d821cc61b83e1941ae 2 0.00/1.00 vMB 0
72,142 72,142 0000000000a86824bc08a95b52b580b8182d03ee6106b4d18aaf1b3afb75ac9a 3 0.00/1.00 vMB 0
72,141 72,141 00000000001d7c16211a636018ba454189697d381c51a2f8e2c15bd3a1093653 2 0.00/1.00 vMB 0
72,140 72,140 000000000101875109a3aad6b5468d11abd738358a5ba29358d9dc26c0c08d11 1 0.00/1.00 vMB 0
72,139 72,139 0000000000c87fe716e89cd72e6d0e975d83978a870db7ed705d230b1c754749 1 0.00/1.00 vMB 0
72,138 72,138 00000000005c5ddc52114e40aae9ab87f6e2774e1b3680b4391c352407f6d43d 7 0.00/1.00 vMB 0
72,137 72,137 00000000009674a7358468ead37d4cd3816952160e1fc274d0dd9fb1f2ee63a2 1 0.00/1.00 vMB 0
72,136 72,136 0000000000143038c5f96aff59687d11a213094999018e8b77d46b0e0b93d792 3 0.00/1.00 vMB 0
72,135 72,135 000000000054624c96179f19e1172c79a19a554f207415603507ea0ec6bd9856 1 0.00/1.00 vMB 0
72,134 72,134 000000000077f24fc143bbf4ab5a81204fc5f293f997ce701d90f17172f0cbb7 1 0.00/1.00 vMB 0
72,133 72,133 0000000000f1e7a4551e74770fbc3264076c6c7bd340755a4f42f9c846409b98 2 0.00/1.00 vMB 0
72,132 72,132 00000000005e711d17c05ffdb50a174879c3760e6e969f1f554449087d668b68 1 0.00/1.00 vMB 0
72,131 72,131 0000000000e63402b083a0f25d7e5b5df618b16f67c5cfc1d1a9275dbd46dff1 1 0.00/1.00 vMB 0
72,130 72,130 0000000000bb598fd28ce66baf52ecfddffe60c60e15a6e2ecc2960f8ace59d8 2 0.00/1.00 vMB 0
72,129 72,129 000000000085026ed98c4e4cdc4547c8d331586d28a0c3e37de5097bc473a909 4 0.00/1.00 vMB 0
72,128 72,128 000000000039ca54d62ccc2882b3384cf89208b3374950c8cb20d6cf76906eb9 9 0.00/1.00 vMB 0
72,127 72,127 000000000042e82514f680e9c539a839df28906a5f9b4b5731dc02ee5e6e941e 1 0.00/1.00 vMB 0
72,126 72,126 000000000000d13d12cd4332fe1ed429cc4c9950372716a6384f3c01b7ee87cb 1 0.00/1.00 vMB 0
72,125 72,125 000000000070db217314d6f6352970f6998e2dbf035b36f4d61157eb2f75d0af 1 0.00/1.00 vMB 0
72,124 72,124 000000000089e80ab4ccdddcd2bf008d15da6d45569513845cb1c26c1f4c3d2f 4 0.00/1.00 vMB 0
72,123 72,123 00000000002db07187956abafa273573cc9cd2710f625a316acdff37d485cdf2 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.89 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: 645.13 GB
    • Received: 12.68 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.