Loading Tool

Explorer IconExplorer

Memory Pool

80,926 transactions
29.95 vMB
0.07640336 BTC
Random Selection Loading Transactions
Max Size: 180.65/200 MB

Candidate Block

Mining Attempt 4b6378feb5fcfa3d7c5aad5f7e1255d635d8665d7162f572ab2c1760102b1ecb
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root cc59a4f3538317fa889f5187c04ac317ece8858dbc1adf30450a598608f5b2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,120
Size: 1.00 vMB
Total Fees: 0.01520797 BTC
Feerates: 502.67 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (425,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,391 489,391 0000000000000000006b829ffdad10eae42b64288478fcf40d9ea23daf7df9b1 2,276 1.00/1.00 vMB 220
489,390 489,390 0000000000000000008d116cbc14badabc41d156a8b30845d086790d33dc4fc6 2,611 1.00/1.00 vMB 144
489,389 489,389 0000000000000000001dc4b5de4cdc1892b37b963212abd3e11671b244d42f80 2,122 1.00/1.00 vMB 104
489,388 489,388 000000000000000000652c45d68b93d0c7a72960bba7201e7abc4c9e578c4f90 1,526 1.00/1.00 vMB 160
489,387 489,387 0000000000000000006241df8a071b8d832faa36f638c235dc79d32143bd2e33 2,314 0.98/1.00 vMB 103
489,386 489,386 000000000000000000e80e06faf19d9b7b59f455935803b222c39e524ee7cd2c 1,883 0.97/1.00 vMB 70
489,385 489,385 000000000000000000808b26620a1e4e4b75f40bb577b29e5a77cf8130fd2fc9 2,174 1.00/1.00 vMB 144
489,384 489,384 000000000000000000151732fa5b3fa5d439803973f8677e805f00c132c66065 2,513 0.95/1.00 vMB 66
489,383 489,383 0000000000000000000dec1070c16deb6c820006940fb4f0046ad29366831051 1,934 0.95/1.00 vMB 80
489,382 489,382 000000000000000000a5092bfc7d56104392e584173de4fd928b7218fcc05162 2,217 1.00/1.00 vMB 158
489,381 489,381 000000000000000000da20c5ad277a6d62d90c040abf42d65b00e930cefeaaf2 2,355 0.95/1.00 vMB 100
489,380 489,380 00000000000000000051f6ae0dad3270d7c9ece0a7ac084466255536d03d6eb3 1,807 0.96/1.00 vMB 120
489,379 489,379 000000000000000000c01c395bc60485329d03e25528dcafd4f1540c74d86665 1,805 1.00/1.00 vMB 93
489,378 489,378 00000000000000000018b59d6f57f44791caabc1c8dcfb0c2889ef22dbcc49d6 2,494 1.00/1.00 vMB 148
489,377 489,377 000000000000000000e6ceb507ebd38680dc3c48cf7ac0e21d163cff55af9d82 2,170 0.95/1.00 vMB 130
489,376 489,376 00000000000000000028138ad0671e7ccd07c0b76eb1a48e2b9063812e71847a 2,566 1.00/1.00 vMB 136
489,375 489,375 000000000000000000dd4da787b4d1a67bf8277bd20ae58cb0867dc0b29aa239 2,926 1.00/1.00 vMB 121
489,374 489,374 000000000000000000b1a4c0a0593752f1b86e9dc52cfe7cf3e43e39fa02db8d 1,719 1.00/1.00 vMB 136
489,373 489,373 0000000000000000003652acfdfd07e719be49bac3b94a545bbb3f5fc5ea72f8 2,507 0.98/1.00 vMB 179
489,372 489,372 000000000000000000632582d7b04462330f88240af3d2eeceff489e9fb0a784 2,270 1.00/1.00 vMB 121
489,371 489,371 0000000000000000002cef55b008619628586818ebf6c0fb35f5e9b75a069743 2,190 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.