Loading Tool

Explorer IconExplorer

Memory Pool

44,365 transactions
28.39 vMB
0.07346631 BTC
Random Selection Loading Transactions
Max Size: 150.08/200 MB

Candidate Block

Mining Attempt 2b2d3e9dccbd396d0903f8deb6c5e34bc7645341433506f37c1e22da7c69af5f
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 0eec09970582c2d4ee1b4670eff3a58a60eb613fec218a0d775f9cdd10edcb3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.01972184 BTC
Feerates: 100.23 > 1.98 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (252,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,459 662,459 0000000000000000000ea77ac6f59b24c50fffe0829669032dbe2ae4c0825ba6 1,493 1.00/1.00 vMB 8
662,458 662,458 00000000000000000004d4cc3162eba7f080a3572e517f17a67b7623f3927752 1,872 1.00/1.00 vMB 62
662,457 662,457 000000000000000000065a7a1b656ea4e42793683c01e1adb8d63310947cb383 1,621 1.00/1.00 vMB 42
662,456 662,456 000000000000000000061169a2d4fd78fd2b4e499a21c522e51b8bcbc1cdd884 1,725 1.00/1.00 vMB 34
662,455 662,455 0000000000000000000057a7b5ffa3af1b367472c49c5886003e2c1e436f0a9a 1,216 1.00/1.00 vMB 22
662,454 662,454 0000000000000000000e15d3052346527788fcc774f0afb86832cdbc18bc9b07 1,904 1.00/1.00 vMB 72
662,453 662,453 000000000000000000078ba71ec9b7bbcc67a7c99fac1eb403f3dfff16bc57a4 1,921 1.00/1.00 vMB 56
662,452 662,452 00000000000000000002cb65cf49a3712a45d511858b03eea7458b89f27035e6 1,577 1.00/1.00 vMB 73
662,451 662,451 00000000000000000007d64a823e5893b5a8efd626dc314f78d3cd153efe6490 2,380 1.00/1.00 vMB 99
662,450 662,450 000000000000000000002db0439634607ce4f1a866791040af9d11623703bbfe 1,514 1.00/1.00 vMB 27
662,449 662,449 00000000000000000007a0496ef9a26dd8ee49d7b7779619694ca2e172ffc6e4 1,522 1.00/1.00 vMB 21
662,448 662,448 0000000000000000000ca48824e4f297561951b306a770a8b3f59a8022783fa5 1,535 1.00/1.00 vMB 31
662,447 662,447 0000000000000000000995f381fdf63edf488b07bc811dcabc8792be8065d216 1,588 1.00/1.00 vMB 30
662,446 662,446 0000000000000000000545a5fd3be0b819424d34cabd7dcafd8d600af77f8d1f 2,752 1.00/1.00 vMB 134
662,445 662,445 0000000000000000000a973645a5bb41b57c01a6fdffc058260b545b07267bfb 1,598 1.00/1.00 vMB 121
662,444 662,444 00000000000000000003bd67fffeef9d0ec0dff7725d5d343f4727d128eed162 892 1.00/1.00 vMB 25
662,443 662,443 00000000000000000003a0b645caed01c1dbc66e011bbd403fca486b7ad57e7e 1,399 1.00/1.00 vMB 108
662,442 662,442 000000000000000000075cf8cac7834158a9ea6425b7f56215ed55f76704d6dc 1,737 1.00/1.00 vMB 82
662,441 662,441 0000000000000000000d51447784b728e42a28e8e67a2631de472373b594a619 1,670 1.00/1.00 vMB 27
662,440 662,440 000000000000000000011e2d53ef9d5ecd364bb2c88a4b6b327042ef58030d2d 1,087 1.00/1.00 vMB 29
662,439 662,439 000000000000000000090d5036b6ee80fa1b1c32e3a1268c4abf8c4cf25c142a 1,509 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.