Loading Tool

Explorer IconExplorer

Memory Pool

47,099 transactions
29.54 vMB
0.15283652 BTC
Random Selection Loading Transactions
Max Size: 156.42/200 MB

Candidate Block

Mining Attempt e1dcb710604f8c1bc672cb06abaf088d8f78b99ad9438f2be613dd6a924fad07
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root e2c646c12651c1f19d198c61ab9c8f1c628656ede9d2b74d8ebd57ecf24c9f7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.08579169 BTC
Feerates: 15,654.48 > 8.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (46,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
868,487 868,487 0000000000000000000080d3c46131264699c728d8a9e7186f1dd14ed17e0659 5,034 1.00/1.00 vMB 4
868,486 868,486 00000000000000000000e803fde66019de121dee93b2c3fed7efe99a0e0b1284 4,140 1.00/1.00 vMB 5
868,485 868,485 000000000000000000023f0292c5a9dd95e09fcffa29bd8d65e1b2a3c4a37c19 5,334 1.00/1.00 vMB 4
868,484 868,484 0000000000000000000064137e8e7ce2d1a17939357f315651b70a62d4f03a65 5,933 1.00/1.00 vMB 3
868,483 868,483 00000000000000000001d38a54bf652b5581cc0fb78627581c1bc1f108e94fa5 4,864 1.00/1.00 vMB 4
868,482 868,482 00000000000000000000637a9ab2d14474ddaabeab2e0c75a680152a16d15e88 3,471 1.00/1.00 vMB 7
868,481 868,481 000000000000000000027af44a8735b293653a227654eb6a60b6c65a30917db7 3,147 1.00/1.00 vMB 6
868,480 868,480 000000000000000000010c8567e0e2144fe6998305fc4793650912f883f42824 3,007 1.00/1.00 vMB 14
868,479 868,479 0000000000000000000245e9c3125b6b43c8c02c245123d679ca4138940ff752 3,351 1.00/1.00 vMB 5
868,478 868,478 0000000000000000000214e1ef4663422a5b73ee9504a3565e63a83e37d673aa 5,472 1.00/1.00 vMB 3
868,477 868,477 00000000000000000002b5ad7952656cc42661ccd1404cf68690ad9f6a094044 2,870 1.00/1.00 vMB 5
868,476 868,476 0000000000000000000052d575b77329e36b9ed6e9593004dc70234d6b0d0172 5,352 1.00/1.00 vMB 2
868,475 868,475 000000000000000000002246a89ca2aa30d3b72ae858d2af53c30b9636a85c65 3,333 1.00/1.00 vMB 6
868,474 868,474 000000000000000000016feaa13b7676988106c4b84d57c7936c4b0470d6acaf 3,268 1.00/1.00 vMB 5
868,473 868,473 00000000000000000000fa0463a84209d830c2664542c54e5d1a105e5a51e02a 2,768 1.00/1.00 vMB 5
868,472 868,472 000000000000000000019c562d80f62baf9f08b23f8f0ce1ad404f48fd9690cf 4,787 1.00/1.00 vMB 5
868,471 868,471 0000000000000000000119b7e4118e281183b7d150002ef78a17e8ea0ee41ec9 4,456 1.00/1.00 vMB 5
868,470 868,470 00000000000000000000585fcd257010e67f4de421cf76c10b990a1b2ca3b8cf 5,693 1.00/1.00 vMB 3
868,469 868,469 000000000000000000019fa5c86320a143bb8e74c3d1f5d4262092deba52aa64 3,932 1.00/1.00 vMB 5
868,468 868,468 0000000000000000000284eebe3a79972360c66bfb1c1b074f08e0fd6ce460ff 4,738 1.00/1.00 vMB 4
868,467 868,467 000000000000000000005f63fbf6d755718ebd12d869917a701650b357fc0158 3,803 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.