Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,510 transactions (1.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,942 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,092 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,941 (818,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,535 91,535 0000000000029a108820fdd3eb898661f56200cb0acdcb12857bb629a73bd0d8 0.00 MB 2 0
91,534 91,534 000000000006ef7c554d3b5ee1de2d8d7c9a05473afc996274e361263e41be77 0.00 MB 2 0
91,533 91,533 0000000000003d3339d90f1587eb495afe4934ca682bc1ebff98a46909544342 0.00 MB 3 0
91,532 91,532 000000000009e389c2a5ca583914a88d40969c543cc2e1daf9858a8cdfb0ab88 0.00 MB 1 0
91,531 91,531 00000000000199c2ca68110400ceea32b1af080c56d9be65b2deb14657e705e1 0.00 MB 1 0
91,530 91,530 0000000000025aaa3d2af606e27e08fdf4d59b04fd5a7665b31f6729230da642 0.00 MB 2 0
91,529 91,529 000000000003669d17c19c583a58a5901b914de4822326e2328ca1399f5b1f3f 0.00 MB 2 0
91,528 91,528 00000000000b5546ca625ca2dc39bc45ecedc5ffed12ad37a283583e7b18a56f 0.00 MB 1 0
91,527 91,527 000000000004467c8bcd2326c19e893e1f1aa0750fac0fee62999676ab6c5f16 0.00 MB 1 0
91,526 91,526 0000000000057781eefc8401a861c6a2ebbd687f867ab588bfa081a962b2b507 0.00 MB 1 0
91,525 91,525 000000000008c98526475b43d7dd8eb59108ed43123411ed64b108a95d2ae926 0.00 MB 1 0
91,524 91,524 00000000000b5c93dd34ccb4efa52c5d6b6a874ab3521023d325a34f7ffa83e3 0.00 MB 1 0
91,523 91,523 0000000000063eef27d119e915f17b5d7fcc16c5e03a8ba49f1593370947a7fa 0.00 MB 2 0
91,522 91,522 000000000003a41f1413ecaa4c3e6c0b52250f36e54bae17260a607df6ffcc7c 0.00 MB 1 0
91,521 91,521 00000000000b979952083b3ac07aee2caee8f4a1ecfecec635f8e279835f5b73 0.00 MB 1 0
91,520 91,520 000000000000dbb84a27f07fef63603ea9b383ad24a2cf056abdb7295ef5d6e3 0.00 MB 2 0
91,519 91,519 000000000008566f780c49183d8fdc4bfb75306d82740eb6e0501a3e8136e75d 0.00 MB 2 0
91,518 91,518 00000000000439bf5517613fac410724ae9491642d3bb6f38e7a04ceffb5f21a 0.00 MB 2 0
91,517 91,517 00000000000ada5b0e3845164c370aac8baf0335245c518f50a0a18960083a17 0.00 MB 1 0
91,516 91,516 0000000000094773c4b6b2410ef652c7bb36b97cdf8bbaeee1789e56f5f19477 0.00 MB 1 0
91,515 91,515 000000000004e81f8558da38dfea5bcac84dfaa0803e2641caa2b1ffdb8ac4b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,174.89 GB sent, 114.84 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.