Loading Tool

Explorer IconExplorer

Memory Pool

24,648 transactions
11.68 vMB
0.02795422 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.61/200 MB

Candidate Block

Mining Attempt 056966b718ce8c82b3c0687e9e76008f9272fde9103c2281bf2fc82f8d69269d
Version 20000000
Previous Block 00000000000000000001a1f2c56e7c3099502f181a18905c959adac952409639
Merkle Root 709787253f53635e1f79e355c6bf1d5894ad2202fa040d18a4d92f54c779bcdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,574
Size: 0.99795125 1.00 vMB
Total Fees: 0.00862894 BTC
Feerates: 82.47 > 0.86 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,647 (756,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,952 156,952 0000000000000a8c2872ab029b42568e8cd9772e89b881742447d9771255e13a 31 0.01/1.00 vMB 129
156,951 156,951 0000000000000bfddbd2a20d4e4675567a091e37000aa0c0e379a7daaa24ee6a 27 0.01/1.00 vMB 131
156,950 156,950 00000000000009ee68d0882bd94c77521ae59d0ef587c498b6393dc3178a48ea 19 0.01/1.00 vMB 116
156,949 156,949 0000000000000b3b2936dee404ec6375da6ca024b24d690bef492b0790dc781d 26 0.01/1.00 vMB 131
156,948 156,948 00000000000004e2c5c45875a6a7607006cbcbdcdc45f3a899bc8ea0d1335fb7 12 0.00/1.00 vMB 0
156,947 156,947 000000000000012feab6ceeda5c7934c976a073d403b9fe34f109ff9a3c98e8f 80 0.04/1.00 vMB 71
156,946 156,946 000000000000013587d6ac26c99936a41c35dc4096607cfc8912ee39c05454fe 11 0.00/1.00 vMB 94
156,945 156,945 0000000000000a59e4bbb38cd1234c207cd82c57f134b11c25c89d3b8ad92166 16 0.01/1.00 vMB 218
156,944 156,944 00000000000003cec079d683f9df8846e71a942d6106a3e379eece6eaf7f7dec 16 0.01/1.00 vMB 18
156,943 156,943 00000000000005808bc02468dca81f2478b7e4f61ac3d3eb3554be8d4b1bf70f 2 0.00/1.00 vMB 193
156,942 156,942 00000000000005ae04a5657be198c038a87bee8b8cdc51ff079536493c887ba9 34 0.03/1.00 vMB 62
156,941 156,941 00000000000008fceb77bce046b5c248ed6567402794987485459cd54bd758dc 7 0.00/1.00 vMB 83
156,940 156,940 00000000000002fbfd60b3f68bba72f2b2b4d122d85f8c571c25bd927f86949a 96 0.03/1.00 vMB 66
156,939 156,939 0000000000000e952de8256045ef62037e428918384971fd10385bc5bc793772 4 0.00/1.00 vMB 66
156,938 156,938 0000000000000cf5d78bcf5d001f4de769272a0ef621b0031f9059d1cc5354e9 27 0.01/1.00 vMB 598
156,937 156,937 00000000000007bf597833ecce3be388e4ef2aea75b99c30e3a1064d2c6f7451 10 0.00/1.00 vMB 351
156,936 156,936 0000000000000e835bfb96bc324082a79226a056041322d142a505f74e2f228c 36 0.02/1.00 vMB 2,775
156,935 156,935 0000000000000143c74104b498b4274b1c06034a22b5117578508873a3e233bc 133 0.04/1.00 vMB 35
156,934 156,934 00000000000006b51d63b9eff22a3b3bc769b9a638bd942a3d43e083bb9458ed 40 0.02/1.00 vMB 87
156,933 156,933 00000000000005c88e783569b5256349b3e28c49456a83437c48db6984df6774 9 0.00/1.00 vMB 118
156,932 156,932 0000000000000482fe68cc6d42043c1ff9ca8ac85effaf8bdbae696f504943cc 22 0.01/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 779.99 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: 472.42 GB
    • Received: 3.04 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.