Loading Tool

Explorer IconExplorer

Memory Pool

41,540 transactions
28.35 vMB
0.06770385 BTC
Random Selection Loading Transactions
Max Size: 145.11/200 MB

Candidate Block

Mining Attempt 44fdea2b2b56b645f012963274aba2457b40aa368fbdd1a5fb0d5607d5adcbd8
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a787606aee924e78cc0214781cd9776ab710c13a3ca75adcb9891609c3b571b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.01303499 BTC
Feerates: 201.07 > 1.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (183,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,432 731,432 0000000000000000000899b8e28d9c672477d211469f78c360c1aebdcfeb969a 3,697 1.00/1.00 vMB 13
731,431 731,431 00000000000000000000b708cac4021248d9decff176a6fac031d3d79cb3021a 2,529 1.00/1.00 vMB 14
731,430 731,430 00000000000000000008dbbd398edae862c2e36d90931d12582defaa14c6a591 1,222 1.00/1.00 vMB 15
731,429 731,429 00000000000000000003186b21161cef2c4e9606d1bcf0487196d0a2dfb8f05e 3,011 1.00/1.00 vMB 12
731,428 731,428 0000000000000000000530f897d3cfdb0cdecf8d53447ecf07d15829334e1cac 2,449 1.00/1.00 vMB 2
731,427 731,427 00000000000000000007eaf8ae1bed7c540ef092b5ef8d8970304292d26f5cf4 3,262 1.00/1.00 vMB 12
731,426 731,426 00000000000000000008ac393c48ff710adec766eb777bb37cd545e9a49fd19f 3,173 1.00/1.00 vMB 6
731,425 731,425 0000000000000000000851fe9c2720b37d5a0e0e7ecba3cf7e8c35318310a855 2,543 1.00/1.00 vMB 7
731,424 731,424 00000000000000000005b70b10d8b1e5d6779f3133dc981f6989bc3b73b298b7 2,444 1.00/1.00 vMB 20
731,423 731,423 000000000000000000079db0d41609966db67bf56a4617a76dd5e5a03b132012 2,079 1.00/1.00 vMB 8
731,422 731,422 000000000000000000008cfa5f9ad4e7a3b0b98e21963c09fecd00df17f42fa2 2,056 1.00/1.00 vMB 3
731,421 731,421 000000000000000000009a3d183a11b4d9896f4b931d3969e43c556da7058e17 1,980 1.00/1.00 vMB 4
731,420 731,420 00000000000000000000bbbd01ed04a046aa73c8993388b0ee7636eb1cd11f39 3,009 1.00/1.00 vMB 11
731,419 731,419 00000000000000000008c3ba11d36c84a39302cc72100f47adb43bff5ed9663c 1,893 1.00/1.00 vMB 15
731,418 731,418 00000000000000000008e476d212fb421eb09ac781a412f62910d24294dd431c 3,381 1.00/1.00 vMB 5
731,417 731,417 00000000000000000005c6a4c382d11296eb9f1d0c171df597458aa0277fe104 3,139 1.00/1.00 vMB 10
731,416 731,416 000000000000000000018b8b709d25f92a383d2237d2d3f76baccb43dfbf6a8b 1,828 1.00/1.00 vMB 14
731,415 731,415 00000000000000000000401399b5c7319f1863ae2262d7e7adfabbffe1a87658 2,613 1.00/1.00 vMB 9
731,414 731,414 0000000000000000000216d31056372fcce9637eb092b046c9e8d262fb0d2a09 3,058 1.00/1.00 vMB 12
731,413 731,413 00000000000000000000865310d5ab8a9fecff0e3117dec95d2ffef2a46dbaaa 700 1.00/1.00 vMB 3
731,412 731,412 00000000000000000000f28caeec2472983ef8c5deb3e42a8f5e3f92eb9e68f5 2,622 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.