Loading Tool

Explorer IconExplorer

Memory Pool

86,602 transactions
31.67 vMB
0.15014903 BTC
Random Selection Loading Transactions
Max Size: 191.01/200 MB

Candidate Block

Mining Attempt 8b08ef7bfe2e4562ab5b56a1937fcb54e2c1a970b38a53f016591b27de83e4e7
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root c7f719d894c96c08cc2bf13a59d1c0cf8b3a15a7596d2864a8cb2c6516b0221d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.06684756 BTC
Feerates: 214.31 > 6.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (174,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,407 740,407 000000000000000000053d74d765fc4a9b79471def51b5a207afa00756b854fc 374 0.10/1.00 vMB 12
740,406 740,406 00000000000000000008986ddffe662670d08fcac5b468a4aceb154d87b695d2 616 0.34/1.00 vMB 8
740,405 740,405 00000000000000000004db95538b31d68e7d0694cfa41834f97f2b3caddb2f0d 386 0.16/1.00 vMB 10
740,404 740,404 00000000000000000006261d255b883d04ef6363e86cdd52cdab1be698e2193a 1,725 0.85/1.00 vMB 4
740,403 740,403 00000000000000000006d84cca77644e551ec862bbfb3daf1bc52fbb273a3dfa 2,354 1.00/1.00 vMB 8
740,402 740,402 0000000000000000000765583255a07942b0a5aeeeedb8f7002bf58fc7444d61 2,348 1.00/1.00 vMB 9
740,401 740,401 00000000000000000002ea233dfd64b4edb147b483300c6316a658a84cec41dd 2,772 1.00/1.00 vMB 2
740,400 740,400 000000000000000000067cc7c0e2e3c9ba693c53e946594c6af170d90dbeead2 3,056 1.00/1.00 vMB 9
740,399 740,399 000000000000000000061255eda66c22516a519aa20edacb9765d3c997995b19 2,153 1.00/1.00 vMB 14
740,398 740,398 00000000000000000003a96ad45e927632f624e167bd8f7c511caf0562e74b86 2,178 1.00/1.00 vMB 20
740,397 740,397 000000000000000000093914a12b5cb618983e948b9fb3be4dcf08fec7c2a016 3,319 1.00/1.00 vMB 15
740,396 740,396 00000000000000000003d03f5472fdcf5c950ccf5861e3b35e93dfc77f575d3f 3,270 1.00/1.00 vMB 15
740,395 740,395 000000000000000000038a8052a7e445d373f1202250d257497b09a4b2256ee5 2,982 1.00/1.00 vMB 7
740,394 740,394 00000000000000000007eecc45bfdedaeb7046d0cc01673378c394fe512e5a4c 2,650 1.00/1.00 vMB 13
740,393 740,393 00000000000000000007d6edb3e35c1171380f66f7148af3044b7a6876092830 1,760 1.00/1.00 vMB 17
740,392 740,392 0000000000000000000877e85756b64e8945437bbf0472283327529bd47cdadd 1,273 0.62/1.00 vMB 6
740,391 740,391 00000000000000000005d962ccbceb4bd7555c630cb69c1c1b0812dc4c6a32a0 2,606 1.00/1.00 vMB 6
740,390 740,390 00000000000000000005e1305ae93f821475c3ab94a6f8df5bdca206397d73e0 2,718 1.00/1.00 vMB 11
740,389 740,389 0000000000000000000760dad00aa9e6ac94f032062522ffc4cc2eb72b975d02 2,944 1.00/1.00 vMB 15
740,388 740,388 00000000000000000001f33aa4a83bfedaab60a65f42755d6e70589d1fd04bcd 2,479 0.82/1.00 vMB 10
740,387 740,387 000000000000000000094a7e553896709e5c9474b78da8baf5019d95fb696126 197 0.05/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.33 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: 660.73 GB
    • Received: 14.77 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.