Loading Tool

Explorer IconExplorer

Memory Pool

76,894 transactions
28.78 vMB
0.06901527 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt 5f159e952508afd05b7af341412842808e3e47b0affa8620862cc0d271e347de
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root ff3774243af0c42e0f191646585d2f61ec49e1db3420467bb07b0f64b0cd411c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.00921487 BTC
Feerates: 50.27 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (102,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,469 812,469 000000000000000000012b4e01990773687132b43ec5792ec29b5d91fe0e0d53 1,986 1.00/1.00 vMB 13
812,468 812,468 00000000000000000001a96b8e3e6495b0e8e590df116353b7209f0c3dbea3a5 3,070 1.00/1.00 vMB 24
812,467 812,467 0000000000000000000385f9a65c73d68fd2b421b481e3f8e8e40620a93c60ec 2,804 1.00/1.00 vMB 18
812,466 812,466 000000000000000000034772d33e7e78aab52fe509ac667966c5563b8733184a 2,036 1.00/1.00 vMB 15
812,465 812,465 00000000000000000001a77e7e35c1b76a2ed4e317eb62e77516fce60444ab22 2,663 1.00/1.00 vMB 23
812,464 812,464 000000000000000000034fb859108df18d722550cc837c02c66c0d9047631cbf 3,580 1.00/1.00 vMB 23
812,463 812,463 00000000000000000000c09056cefd1a7aac3e93dd9ae2fbe3a565abe485d290 3,281 1.00/1.00 vMB 20
812,462 812,462 000000000000000000026233d8ed0c4efbf6805ed9cf939777e49804e0dcd3ac 3,345 1.00/1.00 vMB 27
812,461 812,461 00000000000000000002fe2b0abd04d55f96cbdeb21786031c0824fc43b90cbc 2,772 1.00/1.00 vMB 45
812,460 812,460 0000000000000000000362fa5436b32fb84db5333e5bcd67a6b1c2c3e31b08e2 2,137 1.00/1.00 vMB 20
812,459 812,459 00000000000000000000742f9d63ffd7875fd7c0e14dbfb6e586d9a91447a4b0 1,551 1.00/1.00 vMB 10
812,458 812,458 00000000000000000001c8798ac60a86848af896c08e691e4b73796ef7aa8d8b 962 1.00/1.00 vMB 16
812,457 812,457 000000000000000000008816b83e9f777bdfc8b296b72462ce4414a617563243 2,806 1.00/1.00 vMB 26
812,456 812,456 000000000000000000022b4f8a6a1eb8a9779e74ae1e72a68ae2f7b391e2a7c1 1,453 1.00/1.00 vMB 11
812,455 812,455 0000000000000000000140b8135e900a5b68058888e48192614091de2b23b5b6 2,748 1.00/1.00 vMB 17
812,454 812,454 00000000000000000001f6c5f08429415adeccbbf8c32ed2bc4ab342a8bb2592 3,188 1.00/1.00 vMB 21
812,453 812,453 000000000000000000009854cf54279abe9a277a6b41dba9ce3bde9bdb51c3e2 3,547 1.00/1.00 vMB 20
812,452 812,452 00000000000000000002e9c4fc573b43da40f8589c6d6c5649f29a1a4032b01e 952 1.00/1.00 vMB 5
812,451 812,451 000000000000000000035cbc1e223f5be87398f49557f0df1a091e7ae0423f29 1,107 1.00/1.00 vMB 5
812,450 812,450 00000000000000000001279491c3c13341b92d5e325213edc7a6ba4dfefe0c64 2,606 1.00/1.00 vMB 3
812,449 812,449 0000000000000000000485ea48622ac86220423e871c5452fb305160fa7137a9 3,079 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.