Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,006 transactions (3.52 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,263 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 651 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,262 (832,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,402 76,402 000000000022817c948591c125cec6e45c0b1ad40d6edbb92f3321fafa9dde74 0.00 MB 1 0
76,401 76,401 00000000005f1c3dd6e6d550270aecd278fab76ce87c2948b6570265edc30c04 0.00 MB 2 0
76,400 76,400 000000000058701a88a0fe3f57c7108e5a666aef1c800683175e615c058907c2 0.00 MB 1 0
76,399 76,399 00000000002c87aae56eca3911b7f5a414cb8403499c791361b9c9439cf773cf 0.00 MB 1 0
76,398 76,398 00000000006599373ada5d56e5b56a26d6a6fea4ef2f598214d240310a396271 0.00 MB 1 0
76,397 76,397 00000000000ef22ead59dfd27e9dc18c99353502e1843526d5951a5391ae50ba 0.00 MB 3 0
76,396 76,396 000000000028b33e2c8c50162d8a203b3e7a34366443313520ead198f3f02be4 0.00 MB 2 0
76,395 76,395 00000000001e4293a8feff0614804381dacd183823b5bb08586561ef37f366d4 0.00 MB 2 0
76,394 76,394 0000000000327de54fbb280a283426d8a6d2d253578483e6c7ec3e2f230d5170 0.00 MB 1 0
76,393 76,393 00000000004cb6c0877709254c50b27de6c5c417641519d0118a0797ddf59ca0 0.00 MB 1 0
76,392 76,392 00000000007f56518e3a6f0e0649d33092982cd9f37386db89a3ef8d11f80286 0.00 MB 1 0
76,391 76,391 0000000000324ae509530827f33cef2bbb6ff207006be0d84f6d1c618b1bb38b 0.00 MB 1 0
76,390 76,390 00000000001d34d749090c638290809294ed6ff992741f739860e617f4547d6c 0.00 MB 1 0
76,389 76,389 00000000003b80ef0087fec44d028eef1e9b50f9589f636d67a7c8f25ca6e647 0.00 MB 5 0
76,388 76,388 000000000031cfd99c96ca994b72139214ee114a7286380413b66ca10958e9ab 0.00 MB 1 0
76,387 76,387 000000000027dc9f8d1c8c8cc1c0c281ef183c3ad6347290be3848f867f69335 0.00 MB 1 0
76,386 76,386 000000000030b9cf485bad36911b3aada0d1962ac81751f4415eadac6a08bf9a 0.00 MB 1 0
76,385 76,385 000000000034429ed4f1b95e2497557b05bc5299330628eb9212264ce21d618b 0.00 MB 1 0
76,384 76,384 0000000000698eba2c56859ad0fbebf8631a2bec35173eacb82cbd1d67b2203f 0.00 MB 3 0
76,383 76,383 000000000002601c93ef66f9492a0ab736318a318d4c95fcb96154cd0af31780 0.00 MB 3 0
76,382 76,382 00000000003db1222fdfde4694301d80314a8f17fa95ec687a51de1c06298427 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.02 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,041.48 GB sent, 108.12 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.