Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

246 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,645 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 245 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,644 (853,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,322 57,322 00000000120789851607438e58840a212c6835fb3705a1238306e868f16cb8f3 0.00 MB 1 0
57,321 57,321 0000000013ad837249f0be362e74864bfc0887f9732a8bcc2f48f43785997556 0.00 MB 1 0
57,320 57,320 000000000de5b6e19beefdc25cc1cddd8eebd4ec7a68fb5ab281dd717740092c 0.00 MB 1 0
57,319 57,319 000000000a9bc8d03bfcd461654d707ced78a5e6015c1cbe1637ce3e687d4848 0.00 MB 1 0
57,318 57,318 0000000011e25b7b27192eb74782c473ed2fffdfb952c88eda8b2a85d77b18cf 0.00 MB 1 0
57,317 57,317 0000000002c73f37f5e3b906ded69236c20738079270c2538d5b73121b5b6fe4 0.00 MB 3 0
57,316 57,316 0000000013971c8fba76b6bd1a0686f3002f6b945901013eda7f468670195f71 0.00 MB 1 0
57,315 57,315 0000000007819dc3b8d13dd4fa510d17dae79511ae9ce796d6d1b5e544ab4c20 0.00 MB 1 0
57,314 57,314 0000000010f1d67f0223f2196240a837f4368794132bb0905589d0671e904b33 0.00 MB 1 0
57,313 57,313 000000000f37841479d771517c3d3d73bf738f7494d9866f78092fe605b9c3db 0.00 MB 1 0
57,312 57,312 000000000897504cb69db24858675a5c27a407bbc2caa18f8bab33604537d9be 0.00 MB 1 0
57,311 57,311 000000000c24f9436c323f1f35388b280afddf28cf1159c4d36c40bba9aba8fc 0.00 MB 1 0
57,310 57,310 000000000275f435cd1224ec79794c025b8adac876e5e064956eaafbab2b37f0 0.00 MB 1 0
57,309 57,309 0000000015564858b6ec763be596f20466f1943aa48eca526d2bdfe35251287c 0.00 MB 1 0
57,308 57,308 00000000093fb2e5797228eb5628e49ec0eff9eedce47f8ff4a4b4a5216cd087 0.00 MB 1 0
57,307 57,307 00000000117a3e4ecb2f1bbbe3dd8bd86377b17347623141ad8466904fbbe25d 0.00 MB 2 0
57,306 57,306 00000000061e2a3bf5ee42737c394ece36f8595aea8e221e5175d1024aeb02e3 0.00 MB 1 0
57,305 57,305 000000000de4faa8e7b294b0c6714b649a33d4307c14d8add96189e1c7bb1960 0.00 MB 1 0
57,304 57,304 000000000037b02640c66bb7d95b81e5cfed4aef40ec1d96e40625c4013a96e9 0.00 MB 1 0
57,303 57,303 0000000012c2624f7ccb775a5242f79686eabdef83a665c7f765e7e1862959db 0.00 MB 1 0
57,302 57,302 000000000eff4b76f99e910c555d2a174596419378683030afd27982a812e4ef 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.57 GB sent, 121.43 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.