Loading Tool

Explorer IconExplorer

Memory Pool

81,961 transactions
30.90 vMB
0.08539575 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt ab68ad07bc576e78fd9ea6f5f9d4197b8e0f216adfe830c888d7d564e64ce96e
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 186b88048d4b2f82794472b5c05b0c6a18f3f53db9f4f5aa9681d347cac761cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.01571555 BTC
Feerates: 100.00 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (376,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,753 538,753 00000000000000000020586267b0b179076994bbd708d531665f53140ae71c24 1,422 0.57/1.00 vMB 16
538,752 538,752 0000000000000000000c6341f81db0794180b1a8642e467599cc54895b068acf 1,058 0.44/1.00 vMB 7
538,751 538,751 0000000000000000001cf833cc40a6cf1e52feded963a8d25b72a50cb5a1d799 1,623 0.99/1.00 vMB 58
538,750 538,750 0000000000000000001721af9c3e202423262d4a2c698ec078c7d29b54806f22 2,170 1.00/1.00 vMB 24
538,749 538,749 0000000000000000001762e2432ed1dfcfdb02741abefb08763657740937dc5d 1,405 0.57/1.00 vMB 21
538,748 538,748 0000000000000000000c17e50499ce990cbbef526237e2e11b109172fdcc21b5 1,417 0.60/1.00 vMB 22
538,747 538,747 00000000000000000022a50576d8b4ec809ad69667fd3212523bb26d016a214e 633 0.26/1.00 vMB 16
538,746 538,746 0000000000000000000b2af449a8fb00291d4a797628ee9c206294fb7a58c580 1,439 0.98/1.00 vMB 12
538,745 538,745 00000000000000000002deea4ade25976e0f37702b34dce3c81e6d8ebf419659 2,097 1.00/1.00 vMB 28
538,744 538,744 00000000000000000001a854f2e763c9d42c46e92b30f00aaa177e7837b4e0bd 2,456 1.00/1.00 vMB 6
538,743 538,743 00000000000000000014bfb631f278ab24afbd2bd7e5a4def086b2635acfa180 2,763 1.00/1.00 vMB 13
538,742 538,742 00000000000000000015bb068df14dc94b9494fd456580c9a7854525ec5ea869 2,555 1.00/1.00 vMB 51
538,741 538,741 0000000000000000002278d716074eeea42c0f4b045d3c4a5b1ad605d7a011e4 2,174 1.00/1.00 vMB 86
538,740 538,740 00000000000000000014a86d1983c5b216f0ed3a9a3f25cad4dc71f286ef34a2 1,320 0.57/1.00 vMB 7
538,739 538,739 00000000000000000018c69f8d1ac17debaba0862a38e6dbd61a41de81b8a12d 2,978 1.00/1.00 vMB 10
538,738 538,738 00000000000000000014da41b87f3338a27d43359b60452a498b4bfb1cf82dce 1,785 1.00/1.00 vMB 77
538,737 538,737 00000000000000000001d5c0a478d2faa14f12732242bd8200773ee8aee3efa6 1,156 0.55/1.00 vMB 18
538,736 538,736 00000000000000000006c6860bfeb3064132794f345eb43d705ce4982e803f63 291 0.09/1.00 vMB 8
538,735 538,735 00000000000000000023e4b85c19d320d1c18ddf7c0e09d7777c2fa4c53317db 1,832 1.00/1.00 vMB 18
538,734 538,734 0000000000000000001b447372dd2caac4ca89083bbb6b2e608b5a71325d79b7 1,688 1.00/1.00 vMB 15
538,733 538,733 00000000000000000017a330eef7aad41c06a4ab8ab34b7bab86acae3ef67664 2,265 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.