Loading Tool

Explorer IconExplorer

Memory Pool

79,426 transactions
29.76 vMB
0.11926352 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt e782913fb1dca63750f3531a5a1f04123644bead0e4a36cf49675a1ea421d8db
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 4e4ddb43a3a645d3d7aa2d59f652cf1e54cfda53d35925eaccceaf1bd83dcbda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,248
Size: 1.00 vMB
Total Fees: 0.05486480 BTC
Feerates: 150.75 > 5.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (67,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,012 848,012 0000000000000000000087cd95ce59cb305691ac9bf8efe6b23b14214a819c4d 1,337 1.00/1.00 vMB 36
848,011 848,011 000000000000000000006b4e2ee16dce9402a511fe9c25310c6a3e70376a78c3 584 1.00/1.00 vMB 37
848,010 848,010 000000000000000000007c8b4e9e6caaa8b3e66d796c65a0528987eb0d7c2f70 1,927 1.00/1.00 vMB 43
848,009 848,009 0000000000000000000071c4c3bc65640863ed27958f44d003f8c3e4e7a6772a 1,337 1.00/1.00 vMB 42
848,008 848,008 000000000000000000004a86d359890a80eeea1b4334e87116f3922c723f944a 951 1.00/1.00 vMB 36
848,007 848,007 000000000000000000015ddbb3d30dfefe0d54ec7ffd03f14d14c8593fff1f83 1,347 1.00/1.00 vMB 32
848,006 848,006 00000000000000000002550116dac7c0f5851e9fffbbc81a341702c7d94fab7e 1,109 1.00/1.00 vMB 40
848,005 848,005 00000000000000000002bec45eb3b966ab0081ab1924947404f48d81714ce265 836 1.00/1.00 vMB 37
848,004 848,004 00000000000000000000a3195e53f139a2e36dbdd9e87e57e7586f24940099fe 1,193 1.00/1.00 vMB 37
848,003 848,003 00000000000000000001839b6289babad28128f6ec420d4965bb9b13b7125777 2,414 1.00/1.00 vMB 39
848,002 848,002 00000000000000000000e2c9a889aecb17589c1cc948ead6e1078240ac93280b 6,111 1.00/1.00 vMB 29
848,001 848,001 00000000000000000000354c24a42a874bdb13a4665ee9d04a6be0f88c5daa37 7,286 1.00/1.00 vMB 29
848,000 848,000 00000000000000000000a8fee9085d1e7c6f1f7b7cc05e9566b86a07d29fb9b2 2,302 1.00/1.00 vMB 35
847,999 847,999 000000000000000000009117da9cc934c3f5c12f6c90ebccfb48f0209043c1c4 2,010 1.00/1.00 vMB 33
847,998 847,998 0000000000000000000194b8681acecdc23a749a98463bb2c031a0c3753c56fd 3,378 1.00/1.00 vMB 31
847,997 847,997 00000000000000000002aa0f26ff808ab241ea421835b8c01d066530bade924c 6,852 1.00/1.00 vMB 29
847,996 847,996 0000000000000000000163230ea529da59e57e4cd15785f7672b267dba65c188 2,791 1.00/1.00 vMB 32
847,995 847,995 00000000000000000002e2b4b47c0b918626c62a1a43960c78bb094fa907629d 975 1.00/1.00 vMB 36
847,994 847,994 0000000000000000000026f112d4911e03166a041b2b31c607dd9f29649d5726 754 1.00/1.00 vMB 36
847,993 847,993 000000000000000000002e3af9c11710bfdb5a7852dce52a6ec347cda588fcfc 1 0.00/1.00 vMB 0
847,992 847,992 00000000000000000001f39dc614e4e63002f535f73b68ce92d2e1cdc98592f6 7,138 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.