Loading Tool

Explorer IconExplorer

Memory Pool

80,563 transactions
29.98 vMB
0.12189737 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt 85ccb79fa9535afda30d9b38c90160f67bb020a71ba3997a5ee8810fc57b6b6e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root dd7cc11896b2df7967cf3a57e7dd59ae5a2cbf47f77d96f7e83227211d67afcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,618
Size: 1.00 vMB
Total Fees: 0.05042837 BTC
Feerates: 242.90 > 5.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (237,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,137 678,137 000000000000000000081765ae22bb350dbe665cf4234c7e7dd57273468b940c 2,866 1.00/1.00 vMB 43
678,136 678,136 00000000000000000007eac4143092f4c1805d4f82a683e960afb0b4edd96d67 2,333 1.00/1.00 vMB 60
678,135 678,135 000000000000000000090a1d08bca9835a31ae6f7cd34d16c378bc8b5a4fb193 2,256 1.00/1.00 vMB 72
678,134 678,134 000000000000000000084e8a218c0262a85745ae6efbe8c8564dce4aba471deb 2,083 1.00/1.00 vMB 27
678,133 678,133 0000000000000000000682f964ed75a238440047f5df72000b85c6caf4835fe4 2,421 1.00/1.00 vMB 52
678,132 678,132 000000000000000000070495d1d566d60a5c7262f0f640d8da0e5f9fff18f2e4 2,260 1.00/1.00 vMB 61
678,131 678,131 00000000000000000004903cddb3030932674d27d9ca498e88968871391bb55f 968 1.00/1.00 vMB 78
678,130 678,130 0000000000000000000b6b92fd51fd976e9b4425c21442b713f4efc3fdc1b23a 2,699 1.00/1.00 vMB 90
678,129 678,129 0000000000000000000175dd5f784ce2b56aec974d35da1ecaa64f8cb677bd25 2,203 1.00/1.00 vMB 54
678,128 678,128 00000000000000000006cd13cff99de7ed3bc401ff3c9c89c9dcf2a41f16745b 2,316 1.00/1.00 vMB 35
678,127 678,127 000000000000000000087c9feeabd53dd5d9a9241c67f684887587bb48fb3dd3 1,884 1.00/1.00 vMB 25
678,126 678,126 0000000000000000000a36de9f1d646409864dfda5da3cad70a3072a0646b2f2 2,782 1.00/1.00 vMB 39
678,125 678,125 0000000000000000000146ebd3b0fbf64ed1138fc5fc57a3a34187d4193b1b9e 2,395 1.00/1.00 vMB 38
678,124 678,124 0000000000000000000595a61e483a2d45f3330e6711e4446396a0f385853b39 1,831 1.00/1.00 vMB 42
678,123 678,123 00000000000000000005f9be39e3445b70f80c69f74f1a63195c04a557bf4d07 2,422 1.00/1.00 vMB 77
678,122 678,122 00000000000000000004af72e49e9c87f6b90da5a969468cc928c955ee7d5a3c 2,889 1.00/1.00 vMB 99
678,121 678,121 0000000000000000000b8613525006c30c71c8a8d16d470fd694d5fbda792129 1,464 1.00/1.00 vMB 56
678,120 678,120 00000000000000000000ed2ec83e114b0da5a3a8dcd169b2e9915b5851ca1b13 342 1.00/1.00 vMB 75
678,119 678,119 000000000000000000044b54bc7a7882ff3075559faa27f26e91ba4c4c28ba36 1,801 1.00/1.00 vMB 86
678,118 678,118 000000000000000000005af174490c566bbe3952525fece4ffc7002c8e6deed7 2,396 1.00/1.00 vMB 42
678,117 678,117 000000000000000000042ae22ed2c04518e675cb1077ad571a71befde105b455 1,024 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.