Loading Tool

Explorer IconExplorer

Memory Pool

84,655 transactions
31.89 vMB
0.11231120 BTC
Random Selection Loading Transactions
Max Size: 195.03/200 MB

Candidate Block

Mining Attempt 3dfeb855e4ffc3bc30cf060c5a3e369ff8e728cd541ab532799d38de5974bbb2
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 3bcf34cedc457aa5dfd4304046841308c1ad1c5be01dcbe2c2799b5ebbe255da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.03509785 BTC
Feerates: 203.60 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (237,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,113 678,113 00000000000000000007800d8b8d686d0ef23079e44c738ac4683b8c5acded42 1,943 1.00/1.00 vMB 45
678,112 678,112 000000000000000000061148da37484ebe833138a9decb7bf8751363e411154c 2,309 1.00/1.00 vMB 73
678,111 678,111 000000000000000000089cbf5038e97e2f44433cacc71924b90b3fadf9c9e357 2,203 1.00/1.00 vMB 61
678,110 678,110 00000000000000000001f9fdb5919635d19e825ed036aebe656a5bcf21257b1f 1,668 1.00/1.00 vMB 35
678,109 678,109 0000000000000000000059adb4536d6db3ea6a27514beacf22eb4f0210cec3e8 1,766 1.00/1.00 vMB 78
678,108 678,108 00000000000000000001238c691263328e0b1f8919e9f792e2e3902177983130 1,940 1.00/1.00 vMB 23
678,107 678,107 00000000000000000003f35ed289aafccd1b8c3cf9892e128debc15289378d26 948 1.00/1.00 vMB 70
678,106 678,106 0000000000000000000b3585711996dc97b8e76cd07c4340ddbfb4da3b4887a2 1,168 1.00/1.00 vMB 61
678,105 678,105 000000000000000000033a8f90dd9d8c826051a5bffce238da6696c525c91e18 1,513 1.00/1.00 vMB 30
678,104 678,104 0000000000000000000b33fd43bae66d37c43570ddafd15953b8b94b15f30ced 2,401 1.00/1.00 vMB 45
678,103 678,103 000000000000000000001a84b97dd6116e9bc9089326c0d93563303de85c34a9 2,405 1.00/1.00 vMB 71
678,102 678,102 0000000000000000000909cda08b4177c12f2f9649bd9cc72f8879d3b2cd5361 1,943 1.00/1.00 vMB 59
678,101 678,101 0000000000000000000bc88925a24a69bd04be3494544dd4b1b19715510e4ed0 1,988 1.00/1.00 vMB 44
678,100 678,100 00000000000000000005227394c9420f050134f728f3d252da5e73ead3c23b71 2,284 1.00/1.00 vMB 71
678,099 678,099 0000000000000000000445d7c6f53b58c86e45074a70853b1b313939ce0ecf5b 1,591 1.00/1.00 vMB 77
678,098 678,098 0000000000000000000598f888ae1318997f1b2dd68b14f3d8b977c8d6f2368b 398 1.00/1.00 vMB 66
678,097 678,097 000000000000000000077b214d2b072f169b60015be3af5d72597691e4be2f23 2,224 1.00/1.00 vMB 91
678,096 678,096 000000000000000000092a7fab48c894d6f8cee02ff1d6dd8fd28abb3c680d2a 2,335 1.00/1.00 vMB 93
678,095 678,095 0000000000000000000ba5bce3a65fa50d535e4f2ba7821a9dbeeea87258b03c 1,640 1.00/1.00 vMB 71
678,094 678,094 0000000000000000000ae9e09f3517c1d7aa9de088502559b0add686095240f4 1,065 1.00/1.00 vMB 102
678,093 678,093 00000000000000000007179d3e15ed10dd820201191fbf7c49a8a3d73c23b591 2,232 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.78 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.71 GB
    • Received: 16.96 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.