Loading Tool

Explorer IconExplorer

Memory Pool

40,913 transactions
28.85 vMB
0.07876086 BTC
Random Selection Loading Transactions
Max Size: 146.87/200 MB

Candidate Block

Mining Attempt 7eeb6c091daad908db2c40708b6d79a5add798bd0a77ba0c4a85386d4d61d879
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 613f9dd43bc1c7d34aeeae1c19350cb139e89b5cd223c40262b7eb084c09384a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.02264305 BTC
Feerates: 150.93 > 2.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (444,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,132 470,132 000000000000000000b326f2c3b8f1c0805aa886af45aeed6007ac88e44d3879 757 1.00/1.00 vMB 463
470,131 470,131 0000000000000000014e125d627eb14648cd3b616b3a04ffd794cb22abf36a33 1,584 1.00/1.00 vMB 452
470,130 470,130 0000000000000000017cee99a85059044fa3b32b3e5772197bf92aeb564b885c 2,084 1.00/1.00 vMB 533
470,129 470,129 000000000000000000b1b1a3a94047ec9b18b6140caac06afdf5ee6d7e3f7d70 2,415 1.00/1.00 vMB 337
470,128 470,128 0000000000000000001e8b8a61c939f0121b3d0849e957c303c074199d063bc3 2,511 1.00/1.00 vMB 492
470,127 470,127 000000000000000000857f6691f9c361f26bfaec6ba44fda00c58f2b6bda941d 2,782 1.00/1.00 vMB 289
470,126 470,126 0000000000000000003e3175659546cd9cd6e1f7b826974ab3870835b28a12c1 3,405 1.00/1.00 vMB 346
470,125 470,125 0000000000000000000bb7b53d768f7f84ab0b02c57b08fbe01aec16f4e75812 2,792 1.00/1.00 vMB 391
470,124 470,124 000000000000000000dbce16088a5d2b9ae03e13ac8329569c78ea4b65eb3421 2,150 1.00/1.00 vMB 477
470,123 470,123 000000000000000000f57a4f3df1a3fbeb5b98968ba99f84762bd7bc89dca88f 1,870 1.00/1.00 vMB 278
470,122 470,122 000000000000000000cfb9997efb665cad5dfb9c098ddc424e7ed14b481a0e10 2,066 1.00/1.00 vMB 373
470,121 470,121 000000000000000000a16d8b48395495b14f0ee5222b539fc49be716c873a097 2,372 1.00/1.00 vMB 488
470,120 470,120 0000000000000000007c6c68ec5fa081e3230ab817f468430eb2eb516c8804ac 1,782 1.00/1.00 vMB 340
470,119 470,119 000000000000000000a1d2108005fed052ec2be2ffe268d1cadf25cf88f62197 2,219 1.00/1.00 vMB 325
470,118 470,118 000000000000000001304435b74506e5fa2097beda985cbec39c11f9c5189c3e 1,845 1.00/1.00 vMB 314
470,117 470,117 000000000000000000533f27878c2a157ec94ca9256dca320f484d93fc63261c 2,387 1.00/1.00 vMB 308
470,116 470,116 0000000000000000018167aabf2886969dc0b618ea083500f7e6c1bb60fc8578 2,036 1.00/1.00 vMB 295
470,115 470,115 000000000000000000590bb88f5ed45d1669d0b335e7d95d7603762b3a8d9419 2,225 1.00/1.00 vMB 317
470,114 470,114 000000000000000001903444a5b652a88f27441e1459789a855412c13a1d5662 2,333 1.00/1.00 vMB 426
470,113 470,113 00000000000000000115e8339aba21cc96fa5a043286e10816ec140a1cec5f92 2,543 0.99/1.00 vMB 369
470,112 470,112 0000000000000000007bedbc6929828490b219ed85799eb6eea564876ec4b4f7 2,423 1.00/1.00 vMB 315
Previous 10 blocks ↓
Total Size: 781.70 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: 629.15 GB
    • Received: 11.87 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.