Loading Tool

Explorer IconExplorer

Memory Pool

81,123 transactions
30.78 vMB
0.09189446 BTC
Random Selection Loading Transactions
Max Size: 187.40/200 MB

Candidate Block

Mining Attempt 19cf097d5ad58ff2cf37addecd5eb3153fdba49638a81ea372b9acf744517596
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 603d4a3f6aeb1d0d4c52e2f76f46c8f883575cb64d10fd5357dcabf7ba2f53a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,458
Size: 1.00 vMB
Total Fees: 0.02087864 BTC
Feerates: 151.12 > 2.09 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (491,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,992 423,992 000000000000000001cf133ad95a515194d121c4592e6d94134095b17ce45130 2,826 1.00/1.00 vMB 69
423,991 423,991 0000000000000000034130e36ca17f9ea10b6bcdad7ca1278b8cd388833d9d05 2,936 1.00/1.00 vMB 129
423,990 423,990 000000000000000003b2b646971c748e9a25664e2e01fd8dda35ac7c838973ba 510 0.24/1.00 vMB 56
423,989 423,989 000000000000000003146846735f2b839df9e46eb61743e14df3fad99f1da90f 1,668 0.99/1.00 vMB 45
423,988 423,988 000000000000000003a32762a76ff8ac8e978dcfbca64f7a23eb79a8c8e85d6d 2,519 1.00/1.00 vMB 89
423,987 423,987 000000000000000000a46f6fe760a1cf49b433bfac131c1f45ff1ad1a94f58ee 625 0.37/1.00 vMB 54
423,986 423,986 000000000000000000c1769f32b3a8024f9aa83d4d930feb719f03c36b7804fe 833 0.31/1.00 vMB 83
423,985 423,985 000000000000000002e738051cd84d1d32c8edf1378ac96b35592bb3508486f9 1,826 0.87/1.00 vMB 61
423,984 423,984 000000000000000003e6142bf1c397241230c2b58429d7282bb233539f86f66b 1,193 0.48/1.00 vMB 80
423,983 423,983 000000000000000002f6f48e6553c1466c843bf5e24e1c99fe13046815057399 451 0.19/1.00 vMB 64
423,982 423,982 000000000000000001b3f02d07ce25d54399b401b6feb117c63efc7110492055 1,367 1.00/1.00 vMB 35
423,981 423,981 000000000000000002b8e81b76c668b90b601a326a3c87d32405a6fb862b7bd3 935 0.46/1.00 vMB 55
423,980 423,980 000000000000000000816a81fd250fa4233b7732c93dcb10d23b7c73ee3e9642 2,259 1.00/1.00 vMB 59
423,979 423,979 00000000000000000327a47ca8b3e7c78b1073455d1337590a62a48ba3ab8c4a 25 0.01/1.00 vMB 81
423,978 423,978 000000000000000003fb5ee4c7171d607b1edd1b414e0771d9f70059d5671fd8 1,016 0.99/1.00 vMB 36
423,977 423,977 00000000000000000208909afd2178e4e6992dd781bbf07fdb914c9e18a7fb47 1,930 0.87/1.00 vMB 58
423,976 423,976 000000000000000000d08eedea78bde5cb2d46f37c9be46677e4b9f7ec89c05e 1,274 0.58/1.00 vMB 54
423,975 423,975 0000000000000000031dd6cc98af4062f3b8c5ebaf5a7f0c3e0afa0b5eccbb1f 1,170 0.48/1.00 vMB 89
423,974 423,974 00000000000000000352c32093d59d74804b0b40d3bd73451c9cac671f5d6709 177 0.07/1.00 vMB 53
423,973 423,973 000000000000000004079ffc55c59bbf4d8c0fb795c9b9ee77fad274dfa65b3f 1,565 0.86/1.00 vMB 73
423,972 423,972 000000000000000002075893e90b45cb41660b42355a3e48df9ea02a5a5f0aad 201 0.07/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.