Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,774 transactions (0.58 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,837 000000000000000000022b910000000000000000000000000000000000000000 0.58 vMB 1,764 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,836 (894,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,457 17,457 0000000063d3a079fc09e27b91b86e0346ae35774ef872bb1b27d07c85f0bca2 0.00 MB 1 0
17,456 17,456 00000000553548dc481a41e923f6590ee2619e7a04048c0c469e2a899f8e1606 0.00 MB 1 0
17,455 17,455 0000000069598e3976f8122a1e3fa198dd7cfcc186d018b3f6028cc97e6d8b80 0.00 MB 1 0
17,454 17,454 000000006263076da374fafb61bb794eacece33e081fb5b241271bb3ed60804e 0.00 MB 1 0
17,453 17,453 00000000914b797cd406fb150decb73e18382e736013631c211597bff99b0870 0.00 MB 1 0
17,452 17,452 00000000b4a1a37e49bd330de10e64087e04b38f21ae4f6fce84bcf81286c8de 0.00 MB 1 0
17,451 17,451 00000000661a70be68bd8a6b299b31c15dbd6de4d6df1d98efff283a282f5fd7 0.00 MB 1 0
17,450 17,450 000000005e101187b7df701b654ef0887f558c4c79f5ec750ca41541c8460aae 0.00 MB 1 0
17,449 17,449 0000000088925f07a0ea1405ded3275bc9367d1b1a160f75697074c210918e66 0.00 MB 1 0
17,448 17,448 00000000aba66342f020f0f3c0a1ed839caa5ac9268d103b751dfcd3809b6097 0.00 MB 1 0
17,447 17,447 00000000e2982dd9ba494d230e87189547c274cb720136504237576e8b795b5e 0.00 MB 1 0
17,446 17,446 00000000b6f312bdeb79d5970e302d2eecd31611ae59679a8df85f459717f92a 0.00 MB 1 0
17,445 17,445 00000000cad57f4356c406c185f27afaeac38794bbe3f5ef4a9bf19aacfba1a3 0.00 MB 1 0
17,444 17,444 00000000d051ea9b68328344e15e6d9d52deff6db2704980e1c371cf3eaa207a 0.00 MB 1 0
17,443 17,443 000000007888c6368df66ec5f1b82451b34687c766a4734f2dbaa72fa4bc4b7b 0.00 MB 1 0
17,442 17,442 00000000a1cdc62b810f74c539f1ee90095f4062815196d7260a5e065cf94a14 0.00 MB 1 0
17,441 17,441 00000000a4e7139a768c9aceea28521e16401e1f97daa44631557e3b17fc7c6b 0.00 MB 1 0
17,440 17,440 00000000ecda387196c053ea5959cfec49f61b055762017124b16c761c5ab05d 0.00 MB 1 0
17,439 17,439 00000000b4b6e48d053ca412990ee9ec9000ccc7fee0a43905829ec4989a04f1 0.00 MB 1 0
17,438 17,438 000000005f1a75085917164465226335b2df7c171f14a982fcf1c2329d543619 0.00 MB 1 0
17,437 17,437 00000000db9190c36c50280905f72d6c7bfa054438651d2717849dff97d6e2db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,467.29 GB sent, 132.48 GB received

Notes

  • This page updates every 5 seconds.
  • 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.