Loading Tool

Explorer IconExplorer

Memory Pool

50,584 transactions
30.35 vMB
0.14303086 BTC
Random Selection Loading Transactions
Max Size: 162.05/200 MB

Candidate Block

Mining Attempt 01956722bb4d17a8a74f9d3ee0b82cdd5f61537feb6fbaffd4d5207db57b9031
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 29b5c19a4bcb7626c53dbc6c6face625e6e3ed42f749b27166681feb937574aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.07230386 BTC
Feerates: 529.61 > 7.25 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (173,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,303 741,303 00000000000000000008a1a41fb8801f9ff497f3967fcfa804cec376c6d336c8 1,991 0.87/1.00 vMB 15
741,302 741,302 000000000000000000012c6e35b928fa502f13bbe958be112bf1e6641f38db88 2,722 0.89/1.00 vMB 17
741,301 741,301 00000000000000000002a946d3b8aad8b8f0fe43ed09649eaaa19a74ba6b3888 745 0.42/1.00 vMB 12
741,300 741,300 00000000000000000000d87b2c6039612ccc8c325802c9ac26ccd4a0339ec042 703 0.31/1.00 vMB 13
741,299 741,299 00000000000000000001ab46fe18bed94191bd579bc1174db2561b9c9e04d5d1 1,178 0.88/1.00 vMB 8
741,298 741,298 00000000000000000002ff80776c60b26934d4cfe7fc9f9ce13100bf1997bd8c 2,498 1.00/1.00 vMB 14
741,297 741,297 0000000000000000000577716e1ecef3f762b27d84c84d8e4e7579b9ab420c43 284 0.13/1.00 vMB 19
741,296 741,296 000000000000000000091ecfa8ee3727b0a0aa88cbe8479fed3e225702c1b5a0 841 0.30/1.00 vMB 13
741,295 741,295 000000000000000000082b73fdaf4cfdd1c6dbd4b7242daea2f0240004a3a5b6 1,652 1.00/1.00 vMB 8
741,294 741,294 00000000000000000003fad82e7da7f9d87556f475e31ff1f43a7663c51f1c77 720 1.00/1.00 vMB 16
741,293 741,293 00000000000000000001bccf4831950d85cce5715db15d8c0ff00b08074cf63d 2,077 1.00/1.00 vMB 26
741,292 741,292 0000000000000000000386519d63f896991a9b0e04ae13b4fd35a40b99c96dd3 960 1.00/1.00 vMB 11
741,291 741,291 00000000000000000005d0d27029fd77dae9da4575701d927e8b4ab535174eca 213 1.00/1.00 vMB 2
741,290 741,290 0000000000000000000704bce10a9add7d46c1e9e0a2ffcd516a17388b270bc0 1,210 1.00/1.00 vMB 11
741,289 741,289 0000000000000000000253c12f670bafbf444dedffb8e94f68ca468c2d334256 604 1.00/1.00 vMB 3
741,288 741,288 00000000000000000003adad6bfcfe89b70ab36c7b36096ec7b1ff4fcf1be809 1,558 1.00/1.00 vMB 12
741,287 741,287 00000000000000000001cee62b26febeb9682ea9c74238e9384c91d7c30efff9 1,556 1.00/1.00 vMB 16
741,286 741,286 000000000000000000008d44a4f4d02525b09ff156f0a8451f5b9ef8d65bf01c 1,479 1.00/1.00 vMB 11
741,285 741,285 00000000000000000008ea1b5d41ecc55aa6352dcc98297640118b346bf22eaa 2,052 1.00/1.00 vMB 8
741,284 741,284 000000000000000000015fefc9a09b6ed5450d8d3a924479375a97ea4e99df7c 1 0.00/1.00 vMB 0
741,283 741,283 0000000000000000000166e4152af775378d23d986b318a3acda6321f858525a 2,696 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.