Loading Tool

Explorer IconExplorer

Memory Pool

32,949 transactions
27.21 vMB
0.05495913 BTC
Random Selection Loading Transactions
Max Size: 135.46/200 MB

Candidate Block

Mining Attempt 92da4a8a50063ece50095b15a674ec74db875c94c91ae0140f51459a273f2b8b
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 1d219c178485684acf8f7819828c54d48bdeccb556849cdf2f1604cec9984fe2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,474
Size: 1.00 vMB
Total Fees: 0.00374155 BTC
Feerates: 34.70 > 0.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (405,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,052 509,052 0000000000000000005de3dda7e9ec3805f6756ee06d42fd42d49d089abcd083 1,450 1.00/1.00 vMB 46
509,051 509,051 00000000000000000059620f6e55fbaedf622aec245954f3beac8c46876d8104 670 1.00/1.00 vMB 23
509,050 509,050 00000000000000000043ddaff060f097d8d00d7db70b767eae6119793c691fcf 595 1.00/1.00 vMB 18
509,049 509,049 0000000000000000003828221ad7b55c95eac73d53ad7fcc51a649f05ebb22a3 1 0.00/1.00 vMB 0
509,048 509,048 0000000000000000001c1e376ffe7380f922f2a43e6076eca3b9c94935dfdee4 1,503 1.00/1.00 vMB 16
509,047 509,047 0000000000000000003399a03e2bfb5a8f521680819fe42c567fbe0ca1f2d1df 291 1.00/1.00 vMB 10
509,046 509,046 00000000000000000040229f58e4062698c08f65bf65b12c3e60d5dd9e4e4f9d 2,091 1.00/1.00 vMB 66
509,045 509,045 000000000000000000103a149fa9a449e5b4840fb18d22d5458eb650e1098ea9 295 1.00/1.00 vMB 15
509,044 509,044 00000000000000000031dc7ee408882552e20ab49e0ccfed2bd4bbd25129927f 1,074 1.00/1.00 vMB 31
509,043 509,043 00000000000000000058cf0a6190382d53a66e979924898ed30e8edaf79c6af4 412 1.00/1.00 vMB 14
509,042 509,042 00000000000000000005f65c63c9ac178aea9e10018cbe3c7e2693b2c9aedfbb 1,705 1.00/1.00 vMB 47
509,041 509,041 0000000000000000005a898590c6cf9d3a5a5c443160da4f5bf1d71c19f849ad 570 1.00/1.00 vMB 16
509,040 509,040 0000000000000000000b71e097453136fad761dbd71b85481a9b86dcb1c2df02 2,602 1.00/1.00 vMB 66
509,039 509,039 00000000000000000040a2254e7ed41a50615b82f3bfc26a26c6390bb3082cbd 238 1.00/1.00 vMB 9
509,038 509,038 00000000000000000024561d0c857a6fc4b8bcd18e32bdac0aa896fdebb88c9b 872 1.00/1.00 vMB 33
509,037 509,037 0000000000000000004f48432a2a29ab8f70eba47caa27992c23ff3c50862e73 2,152 1.00/1.00 vMB 64
509,036 509,036 0000000000000000005ae67042903ada7a05438c52ce512ecf0cbb1bc62e4bc8 2,342 1.00/1.00 vMB 15
509,035 509,035 000000000000000000411154b5174279424279fde359c3a8035d44ab43cbf6df 3,003 1.00/1.00 vMB 148
509,034 509,034 0000000000000000001eb9e171310bbd8b64d27d80fe9213efbbb38a51f96083 2,000 1.00/1.00 vMB 79
509,033 509,033 000000000000000000549a0a879f4b9f8e29c7bd48931a92a85ceab0697348b1 112 0.05/1.00 vMB 36
509,032 509,032 000000000000000000529253d6fcb17100a0222f9f1d6fc48e6be8d229e1d62d 2,218 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 628.33 GB
    • Received: 11.79 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.