Loading Tool

Explorer IconExplorer

Memory Pool

42,052 transactions
27.67 vMB
0.05800943 BTC
Random Selection Loading Transactions
Max Size: 145.70/200 MB

Candidate Block

Mining Attempt 2db1b9b13413eb785831271d9f9818688c5f78a7f7505f7a7c3ccad471682b65
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root cbf6c2dca6e8071185039992011e9881375dd9488b2267c9ad7503b86f3488d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,644
Size: 1.00 vMB
Total Fees: 0.00629572 BTC
Feerates: 20.09 > 0.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (219,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,326 695,326 0000000000000000000bb0689a09493cf12e2c7ef85bbd3edf8c911f2262d1f5 577 1.00/1.00 vMB 5
695,325 695,325 0000000000000000000c85e20cf511f2d541d67bc224b3a2e1ca4f2e144147a3 2,430 1.00/1.00 vMB 9
695,324 695,324 0000000000000000000ca05d9f82f85fbf791b86c3450d2fc90dffdbc699f01e 2,557 1.00/1.00 vMB 7
695,323 695,323 0000000000000000000b73c4d3e212e65e00e87fd95520ddadcd81e65bc5b559 2,934 1.00/1.00 vMB 30
695,322 695,322 000000000000000000134a0c370b712e88f3f383f9b6217c1b44b6a5857bc019 1,736 1.00/1.00 vMB 8
695,321 695,321 0000000000000000000d121057c29df4e125eac5859aa64786814705115bad19 2,382 1.00/1.00 vMB 6
695,320 695,320 0000000000000000000a3d9a4a2f4563f72177e544c62f2c6a4d2d35c1f56710 2,786 1.00/1.00 vMB 21
695,319 695,319 00000000000000000005dfe38b6853049a071a1589c58453695bdc53ca1fc46f 3,017 1.00/1.00 vMB 20
695,318 695,318 00000000000000000010dd7c2248711a8b5067e8eaf8978209ba9b200e03ca6f 1,372 1.00/1.00 vMB 7
695,317 695,317 00000000000000000002972e43d0e7414918ff7f4d9e31f17b79628816e42787 3,040 1.00/1.00 vMB 3
695,316 695,316 0000000000000000000290d91a919eca56cbfaf3704fb29c10197d4c4d69949e 3,530 1.00/1.00 vMB 3
695,315 695,315 000000000000000000132f1acb4fc9563e8fd69b7c49ef46ba841e037d2ca546 2,291 1.00/1.00 vMB 15
695,314 695,314 0000000000000000000baf95a61bfb1def3a9f141ff406aec681997b156deb8e 3,226 1.00/1.00 vMB 5
695,313 695,313 000000000000000000093970e7ebbfad7fa91a19e65c046c534e5f5478f2ed08 2,533 1.00/1.00 vMB 9
695,312 695,312 000000000000000000081b9d394545b811a0dd1e1277482853d1cc1261d65604 2,805 1.00/1.00 vMB 18
695,311 695,311 0000000000000000000066f2e0a0937b73c26a10d33fbf6d9d0811ebb4866dd9 3,027 1.00/1.00 vMB 8
695,310 695,310 0000000000000000000f696280176c6f3556f768bba77e38f573ff1915c87d42 2,580 1.00/1.00 vMB 33
695,309 695,309 000000000000000000013a3a31e1e1db668f15d8d140de2c3b158af93a0d926b 2,577 1.00/1.00 vMB 16
695,308 695,308 00000000000000000009818bb033a967a4f52f5f8fd248d253183413786b6e97 3,000 1.00/1.00 vMB 23
695,307 695,307 000000000000000000069ac67425363ddffd6c655d4c0ec064ec04455b054150 3,285 1.00/1.00 vMB 9
695,306 695,306 0000000000000000000ba99b3037999c03aa72d77c81ed98dbeff3c9b87cbc58 3,134 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.10 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: 651.74 GB
    • Received: 13.64 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.