Loading Tool

Explorer IconExplorer

Memory Pool

83,110 transactions
30.38 vMB
0.14613991 BTC
Random Selection Loading Transactions
Max Size: 183.58/200 MB

Candidate Block

Mining Attempt 61105adc4584fbeedb10db3b2ec8934e89bc468f407df7e0b5f4f6fc308b1766
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 66435b178f66b6eefb0549709da9a88b5b019df121e0fc9b4c4b925383ff2bc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.06109195 BTC
Feerates: 477.45 > 6.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (286,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
628,557 628,557 000000000000000000068ce07ae7ab8415e669e048067ef385dfd89febeef3dd 2,772 1.00/1.00 vMB 44
628,556 628,556 000000000000000000092e4287e2cdad31b1d63c23c10857a48de1b1fb9c5db8 2,657 1.00/1.00 vMB 58
628,555 628,555 0000000000000000000aef253ca93d3e0e13913b30de76bbdd734f2d87ecc9ec 2,718 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.19 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.