Loading Tool

Explorer IconExplorer

Memory Pool

1,002 transactions (0.27 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.64/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,380 000000000000000000022b910000000000000000000000000000000000000000 1,002 0.00701992 BTC 0.27 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,379 (895,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,250 17,250 00000000b8dc497322a3dd4d3f97da5eafce2c69c018d9954dfaba352a1972a0 0.00 MB 1 0
17,249 17,249 000000005db9e4276f506e9b8e29d9a4c61155d2610239bccb51bb5406c13483 0.00 MB 1 0
17,248 17,248 0000000041938de0771f460a232ed81800833b048c74645a2f512fde2133fb7b 0.00 MB 1 0
17,247 17,247 00000000b4c12d66ca2d0cc222f6388d6116c1a89a555ad6e619cf1938007aad 0.00 MB 1 0
17,246 17,246 00000000ed81e9488d8755237d05d9b5f903c08d4faec1e9c36763565e244fba 0.00 MB 1 0
17,245 17,245 00000000ace0f50d8fa9eab1ce6fffd8d822e90977eb0c1505f8a9af0dafe146 0.00 MB 1 0
17,244 17,244 00000000a6d794785703066619548d6e81d34a148951b448e0987986a46ab0a9 0.00 MB 1 0
17,243 17,243 000000003063b98fb3be166776b6161536381cd851be86c19adebc5a2e6cf1e6 0.00 MB 1 0
17,242 17,242 000000004392adb90b6c7aa2411922d935a5febe742d61e91e7a13bc937f58c0 0.00 MB 1 0
17,241 17,241 00000000b072207d777c7286100cbb9495409da9e27f1a581f2692a91497267d 0.00 MB 1 0
17,240 17,240 00000000194ecca2b072b6a80c2ee38ff3654e78d416f0dab3a7bcdff7171486 0.00 MB 1 0
17,239 17,239 00000000b15c1a3e1e21a158206f300bf3e45e9cddfd3c9b8ff57cd40d5c6e11 0.00 MB 1 0
17,238 17,238 00000000b4c3d5080a57a11ad133ba315a083dd8d867da18202f1eec426dcfcb 0.00 MB 1 0
17,237 17,237 0000000046d4e835188017fababefddf38830bd45dfb6b12184562bc5000d0b4 0.00 MB 1 0
17,236 17,236 000000009b782572e6bc11f817696b32f536116a4e09185889649ed2bae57ab5 0.00 MB 1 0
17,235 17,235 000000008f9f931db12d47640265663ac3af4afaa87e614a0efd335399d83526 0.00 MB 1 0
17,234 17,234 00000000ceebc5fb26dd78dbbd9f03d4456f495d5782f52a720bf6348183a511 0.00 MB 1 0
17,233 17,233 00000000b7079ee580042d749794b4639190728e3156cb70b32aae5ea933cad5 0.00 MB 1 0
17,232 17,232 00000000b888ba35bd99a3b7578a50dadbc5270c13ab970b309e2d7e926c88b3 0.00 MB 1 0
17,231 17,231 000000006ff2d695e8379d6e84d574469a56634bbbdccad0f16cfd4ddaa9a6d3 0.00 MB 1 0
17,230 17,230 000000009f44b5ca95332ba746491d1ae7d9279ace2e58fcd35487e7727da44f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,548.27 GB
    • Received: 137.14 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.