Loading Tool

Explorer IconExplorer

Memory Pool

77,688 transactions
28.90 vMB
0.07976300 BTC
Random Selection Loading Transactions
Max Size: 174.95/200 MB

Candidate Block

Mining Attempt 053a09503507a359f7198f2fadbeb28eeca5fa247819a582da7b941e0fd88d0d
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root b9577da7ae9f6c75e78c5da5fb3c2c8d6e693e35445b92fa3eb3663e08204104
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 1.00 vMB
Total Fees: 0.01958899 BTC
Feerates: 81.07 > 1.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (286,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,578 628,578 0000000000000000000c423762a7ea95fb19900921f9f4d330eeb427e9ced55a 2,689 1.00/1.00 vMB 48
628,577 628,577 000000000000000000096e4a76ed054bbee0627e4f4c4d4f21271b4b4d336b18 2,562 1.00/1.00 vMB 18
628,576 628,576 0000000000000000000a20beb3a1458f53966413f0183d0686ba5c3e6d98baf9 2,507 1.00/1.00 vMB 53
628,575 628,575 0000000000000000000b11ad614359afe5cb87a03224c35a0179d24e15120e58 1,734 1.00/1.00 vMB 95
628,574 628,574 00000000000000000006e0f6a329f058f01883b8d0d05738fe2177ff2a6b53cb 2,615 1.00/1.00 vMB 113
628,573 628,573 0000000000000000000a825f2b54110de0eb03c81ca9c14bf849e43844f80dc3 1,742 1.00/1.00 vMB 26
628,572 628,572 0000000000000000000e71817870b42d47cbcc7bb752e29956e4e476e8e2ea4e 2,492 1.00/1.00 vMB 30
628,571 628,571 0000000000000000000f9d0bde3b6edadd00321527cbace647d788e30e13898d 1,514 1.00/1.00 vMB 54
628,570 628,570 0000000000000000000546b389292ae1b42f1587fad86931677559455cf2145c 2,033 1.00/1.00 vMB 84
628,569 628,569 00000000000000000007548683fc0387d06813743ef5fe72c406f1b46c1d98e5 1,400 1.00/1.00 vMB 75
628,568 628,568 0000000000000000000f662d5f5843d626de90bd9a73ba1c2f2869e2ec7bab3b 1,595 1.00/1.00 vMB 93
628,567 628,567 00000000000000000000a36e04006f53908317935f33bb0393cc01d2516ae0e7 2,379 1.00/1.00 vMB 29
628,566 628,566 000000000000000000072d94014017573bd794e54f59f5b19b416334a3cd589f 2,704 1.00/1.00 vMB 23
628,565 628,565 00000000000000000005c9c5d1fd9bed99245a82b71b63c77b185efdd8589e50 2,447 1.00/1.00 vMB 58
628,564 628,564 0000000000000000000b5765833b4ffb5ecc09a2dff2aba2f0563a2f18f6119b 2,557 1.00/1.00 vMB 22
628,563 628,563 000000000000000000014891459816f625cc2bd7bb5535a75494b019323cbdab 2,719 1.00/1.00 vMB 57
628,562 628,562 00000000000000000008eba99f7909b5ed7922d1d59d9e8b92e33878fd5e96d6 1,909 1.00/1.00 vMB 18
628,561 628,561 0000000000000000000a67f32f238986e76c4e1874eb1ba1afabd96ec801e32d 2,528 1.00/1.00 vMB 61
628,560 628,560 00000000000000000002acbecccc0201dce3a51ecb0a76935f91808f190071eb 2,260 1.00/1.00 vMB 88
628,559 628,559 000000000000000000031b26ddd7b1942d300bdf1f0fff03b143b83e452b5cd3 2,825 1.00/1.00 vMB 68
628,558 628,558 00000000000000000007849895671485ea6fbb0413e9cde30458a630570ff246 3,000 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.