Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

424 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,388 000000000000000000022b910000000000000000000000000000000000000000 0.11 vMB 424 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,387 (837,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,131 74,131 0000000000212e56ed238535556a09370f8340669424a7d609c56e0ae85c51bf 0.00 MB 1 0
74,130 74,130 000000000076f70668f95520ffe3be2ef6562ec2e7f376b0396a2259498c086b 0.00 MB 6 0
74,129 74,129 0000000000ab7d247e122800b48dbf07946eceb959718c7a9bbe9a40ecbc0016 0.00 MB 9 0
74,128 74,128 000000000036c1a5f1e1c4c5e5efb2c31aeb8e61b75fac2e5ad74f7f3ebb2b8c 0.00 MB 1 0
74,127 74,127 000000000036c88129ffa6ace00941f8a900fd966551d2914c279b07c9de5ebc 0.00 MB 1 0
74,126 74,126 0000000000a3646101b71cb5ca27a7bf7e9901ad31973678151e072bff852861 0.00 MB 1 0
74,125 74,125 000000000034880b2db394074f133b83466522b49d922b352b268ba24e56c48c 0.00 MB 1 0
74,124 74,124 00000000001c92e8e45824ca1ec542f0dd3bdb059e254176c20a962b32a5afcb 0.00 MB 1 0
74,123 74,123 000000000048a77b4402f92a1fb106233d1264630361b6acac56f69c40fb8e10 0.00 MB 1 0
74,122 74,122 000000000064709e2d9a1b0401e890265a24663433b0126f8c3e8cd8c0563626 0.00 MB 5 0
74,121 74,121 0000000000a0767093f7d30f07dc55247b6412c3bbfb23dddf401511c9450574 0.00 MB 4 0
74,120 74,120 00000000009d2598faf5bc36e866819923c71f95ebc6367ddff824c136e803af 0.00 MB 2 0
74,119 74,119 0000000000624b7c53103437ec141842d5b1578dc2d4f7c48eafadd295917065 0.00 MB 1 0
74,118 74,118 0000000000993d93ede8b106fc4b69fb6cda80965f11cead4e632a956c306824 0.00 MB 3 0
74,117 74,117 0000000000573a319573802f032d3e2cee69a51cb553cbf3a763c2e10c00785e 0.00 MB 1 0
74,116 74,116 000000000035666eb2cb79ad34860216d41c26420812b790b41779a75eef26f9 0.00 MB 2 0
74,115 74,115 0000000000572ce4028f72ad1661c0e4c689830985377f892e14c23db09854ca 0.00 MB 2 0
74,114 74,114 00000000002fed070ed340a78e7240b8a344f4c5ae912d3a5cd144182a388b15 0.00 MB 4 0
74,113 74,113 00000000000b4773e50d7e96308fd25eeb3c5585d3697a5185c10d1bc9f9d463 0.00 MB 2 0
74,112 74,112 0000000000058bdfb316b2e3cf2c224d7c31892340798e0fa0b0165b925ca64a 0.00 MB 3 0
74,111 74,111 00000000001827fb2780b03b72ddd9d8b58bd939e23b1c9cd052a4f3a05ad47b 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 775.96 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,403.03 GB sent, 128.59 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.