Loading Tool

Explorer IconExplorer

Memory Pool

73,901 transactions
27.41 vMB
0.06836729 BTC
Random Selection Loading Transactions
Max Size: 167.07/200 MB

Candidate Block

Mining Attempt 9f4a969f9541f9a10fe0155f6b5f71383bdee263fdb899e4e652a17ef9775146
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root ff18a172dfd6f5e8c20c6b11f72584df3dee094f43997718e2211f5c5030725a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,829
Size: 1.00 vMB
Total Fees: 0.01008791 BTC
Feerates: 101.19 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (489,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,840 425,840 000000000000000004f25545585a1c61b92f82870005eae3774bd3abccc4070a 1,207 0.91/1.00 vMB 38
425,839 425,839 000000000000000004c096975dd72f4ab139ffa728de7b3626b7ede15d51fa11 2,430 1.00/1.00 vMB 86
425,838 425,838 0000000000000000012143707e6cfb06bbb827f28379608d4de66de769477fc5 2,535 1.00/1.00 vMB 69
425,837 425,837 0000000000000000032777def413b0d4f76ce212c43f5bcd92d9c0b66e8c1c96 558 0.23/1.00 vMB 76
425,836 425,836 00000000000000000079349edd0c742b4cdcdeb8bad399c6e3587d9fb218ee71 2,053 0.88/1.00 vMB 69
425,835 425,835 0000000000000000006c13f4dbf028838f37b8067626e01db2856b02853d2b7f 1,090 0.44/1.00 vMB 73
425,834 425,834 000000000000000004469eafa6b967a6c48f677598959f90a48967a740c25064 505 0.24/1.00 vMB 81
425,833 425,833 00000000000000000451c7ea823c47fa8228856d5ee28f5b8bd023dee51a40db 1,527 0.67/1.00 vMB 69
425,832 425,832 0000000000000000028ce0a508f0bc7d8bd59efed0d8b0027bb613f4dce491c8 1,512 0.60/1.00 vMB 76
425,831 425,831 000000000000000004ecbb6a46ed299ed6563377d248af9ac0d99ec1b1f1386d 2,063 0.98/1.00 vMB 65
425,830 425,830 0000000000000000038993f919ff512f32c75e69361fb6d7f29a509dc5b2b7c9 1,710 0.78/1.00 vMB 68
425,829 425,829 0000000000000000029bb20c047c66afd27ec74308f566b79dbd607814461176 1,118 0.57/1.00 vMB 65
425,828 425,828 000000000000000003a1b9bd6322e4e2561bbd3b9269cf5632745fe6c4080391 1,376 0.99/1.00 vMB 44
425,827 425,827 00000000000000000415eeeab05200a4a67ad656f965e608fbe6a2ae5f857b85 1,294 0.71/1.00 vMB 54
425,826 425,826 00000000000000000249cdde85c899eae3e2139054f65a57de2de7165534cc58 2,090 1.00/1.00 vMB 62
425,825 425,825 0000000000000000042c52a973289b50e380354ce1c1ca5bebcadd171fd799c1 2,854 1.00/1.00 vMB 97
425,824 425,824 0000000000000000044fab49f6a759c3b8e5d72e7cc17e0a82b954a9589d3dde 1,232 1.00/1.00 vMB 35
425,823 425,823 000000000000000001a8019cf38135aed9f0cc199fec039f5f16a25fcc98d94d 2,106 1.00/1.00 vMB 78
425,822 425,822 0000000000000000013dd8e4a9adc674151ac3818a312199ef31d8ca3088cf67 417 0.17/1.00 vMB 110
425,821 425,821 0000000000000000004d450f1ea67d044fbe5e4cd8dceca1f0d6b502c9a8db8d 336 0.70/1.00 vMB 14
425,820 425,820 000000000000000003603397e206b190b8b53057a89efbfcba4d2041ea407876 1,525 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.