Loading Tool

Explorer IconExplorer

Memory Pool

43,946 transactions
26.40 vMB
0.05394275 BTC
Random Selection Loading Transactions
Max Size: 139.45/200 MB

Candidate Block

Mining Attempt ed51a321e0220eec5d0b00cdb7030394792519771513c1af972babaaf766b2e5
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 370c4e11e48b57f70c20047955874e6970cf5899d9c3b927b576444b099eddad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,657
Size: 1.00 vMB
Total Fees: 0.00499708 BTC
Feerates: 40.21 > 0.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (443,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,998 470,998 0000000000000000000d30aeb6a09f6b4a91af39d82043dbbe5e4c405d332f33 2,361 1.00/1.00 vMB 411
470,997 470,997 0000000000000000008f2624e989aab6aceeb5ec0a86360a61167406d0862bb7 2,634 1.00/1.00 vMB 492
470,996 470,996 0000000000000000016e06f2903171e3e52181aa95220913287fba30a8a74898 2,082 0.99/1.00 vMB 347
470,995 470,995 0000000000000000012f1755d664c3f040d726d7ade8ad62453dc514eb4b7e42 1,967 1.00/1.00 vMB 396
470,994 470,994 00000000000000000096808bfd6118b3c94855393c3f3b38e185d03467e36b1b 2,184 1.00/1.00 vMB 395
470,993 470,993 000000000000000000040f5aedf376dc5bf175c84fac2dd87118958c507cab9f 2,106 1.00/1.00 vMB 458
470,992 470,992 0000000000000000013a25061bddca769cd71df466b01044fd18740facadc7db 2,234 1.00/1.00 vMB 369
470,991 470,991 0000000000000000011dd84a10e575bca5d0f30ef6f5ab8b44e4655069209c65 2,377 1.00/1.00 vMB 379
470,990 470,990 0000000000000000008eee99f2d319595f0441aa790715477db3a88a485ce22c 2,401 0.99/1.00 vMB 331
470,989 470,989 000000000000000001331ec47f13543dc5cd297f4e6e00405c4bc722f9db89d8 1,964 1.00/1.00 vMB 241
470,988 470,988 000000000000000000f580923937be9ce3962085a97475c7d24f13c8466dc4cc 1,988 0.99/1.00 vMB 400
470,987 470,987 000000000000000000d93e40e5a85f357ec2ffe0d9f4badbfb53cb50b6e88899 2,451 1.00/1.00 vMB 399
470,986 470,986 0000000000000000013aeeb2849e78a90b407024fe6c7f6ccb0f66fb5ef5aeec 1,929 1.00/1.00 vMB 239
470,985 470,985 000000000000000001303c6e8537e7c58a679446ba1e69bca11c444ca8aeeea0 1,672 1.00/1.00 vMB 143
470,984 470,984 0000000000000000015564c497210fbd0e08b0bfeb8fc0119f8930645a03e47d 2,071 1.00/1.00 vMB 283
470,983 470,983 0000000000000000003d45e8745003b5ed181d9a973ce965fe601ec1ffe1e29e 1,906 1.00/1.00 vMB 97
470,982 470,982 000000000000000000413d8ee14b9c877e153ef7a4e10dc9683ba4249fecae98 2,376 1.00/1.00 vMB 256
470,981 470,981 000000000000000000accc37dfca7b0f97cad385d9edd48a42d56a070df33e2e 2,145 1.00/1.00 vMB 107
470,980 470,980 000000000000000000e7f144a54398ad4ad22c98d58d2878e9a5df63b3a540dc 2,090 1.00/1.00 vMB 196
470,979 470,979 00000000000000000146436a51407567df64445cae2b4450e257543782ee13e5 2,209 1.00/1.00 vMB 341
470,978 470,978 000000000000000001338a5b329f193c0cc2fed7c00cf38b15b812d6974021da 1,557 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.