Loading Tool

Explorer IconExplorer

Memory Pool

46,328 transactions
27.09 vMB
0.06584012 BTC
Random Selection Loading Transactions
Max Size: 143.67/200 MB

Candidate Block

Mining Attempt c283c8062ddaa71f98a178ad7bd58103592da40f3cd93dee08c26cb0288d299a
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 0c5a4adbf020c4f26be37a57bc037992e87edd8e405efc11d4ad3c08ad80d49a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,700
Size: 1.00 vMB
Total Fees: 0.01559663 BTC
Feerates: 73.20 > 1.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (443,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,005 471,005 0000000000000000002c63f5901fef56b5ddad34ef5fee2c62845667a7ad9c2d 2,104 1.00/1.00 vMB 384
471,004 471,004 00000000000000000000cad0694d84e1f739e11b55ecd8ceb38c0e2bcf7e9103 1,993 1.00/1.00 vMB 392
471,003 471,003 00000000000000000180b475a87406078431ec73240c176894d69f2ee9190ffe 2,243 1.00/1.00 vMB 369
471,002 471,002 000000000000000001692cbd5d76cdd209a6fe21df035144356e4371fb7b8c93 2,200 1.00/1.00 vMB 436
471,001 471,001 000000000000000000caeb594e50e1b00a55811344f85403b0ab371b511d2349 1,459 1.00/1.00 vMB 347
471,000 471,000 00000000000000000010dd7c2f8762277fe958ac983a4069d7e6767970c45515 2,825 1.00/1.00 vMB 474
470,999 470,999 000000000000000000fc27c01317e3fbdc694d7d0add02739cab9b16c527c9a2 2,491 1.00/1.00 vMB 413
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
Previous 10 blocks ↓
Total Size: 781.99 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.79 GB
    • Received: 13.08 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.