Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,752 transactions (0.66 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,272 000000000000000000022b910000000000000000000000000000000000000000 ago 0.66 vMB 1,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,271 (819,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,351 91,351 000000000005b1aa49420c6904ecb9f17690a345625b475813860ccaa87fa9e4 0.00 MB 1 0
91,350 91,350 00000000000bca45894d82ba912b8bb01d18c2ff68f83ce51bfcdab1847b7e04 0.00 MB 2 0
91,349 91,349 00000000000cb467944490e945039ebb0b3bffeb3777d3b8972c1e13e76feb2c 0.00 MB 6 0
91,348 91,348 0000000000064389643701178f1a48e4a9128e2c6aff6c37ea382a849d724ee7 0.00 MB 3 0
91,347 91,347 00000000000b1d6e13ef2f2767aa37bddc6238602bc4cc60da0646138552aa37 0.00 MB 1 0
91,346 91,346 0000000000073652b5875e90c009054178df824ebe597e214ef918c4542d3a3f 0.00 MB 1 0
91,345 91,345 000000000006c2c83c0db226a25ed4e36d2a188bcb89bcbc3f3f41421140978a 0.00 MB 1 0
91,344 91,344 0000000000008ba51a058f442dc8b1a091e7da54d8f9b0564292908eafd79d41 0.00 MB 3 0
91,343 91,343 000000000001c8add6e03fd5c757ffe1aae669c139c5138d535b3a8c78a18301 0.00 MB 1 0
91,342 91,342 000000000007384141ca551978dc5463edc5eaacd641a3a3399985d2d76a13f2 0.00 MB 1 0
91,341 91,341 000000000007927ef44a136e076ece21ba835df5f44f46ac4e3c46345d348788 0.00 MB 1 0
91,340 91,340 0000000000018b8478c038b39c025e3731952393339b5ce4fe1107fbe0215b37 0.00 MB 2 0
91,339 91,339 000000000008d8fa154ef217a64d9dddbbd53a945b6255f101e48a220c16827c 0.00 MB 2 0
91,338 91,338 000000000008c1b3c9bec1c3e44b3bd2a433b2ea386f92104a40ed952974800f 0.00 MB 2 0
91,337 91,337 000000000001efc88842845d4c23ca1e798939edc94a095c2150f038abfa5a9a 0.00 MB 2 0
91,336 91,336 00000000000af7cc161b250d28959e6f7fd7daf8001895f50ccb26e7457291e9 0.00 MB 2 0
91,335 91,335 0000000000000dd5b667918969fe1d93bb4cc73d2188f95944297d9cc259415d 0.00 MB 3 0
91,334 91,334 00000000000db1286079f50cd885b71e51f7b64694f6c394208fba63f2b0ef3d 0.00 MB 2 0
91,333 91,333 0000000000079c8e8cc1a2963f1f33279fe26b38457148afc48556780bdb9256 0.00 MB 1 0
91,332 91,332 00000000000d4b02676b2a481de298246edc149f907201799fbbfda0b36a9951 0.00 MB 2 0
91,331 91,331 00000000000d89c6eec200bb86610c3fe5bdbdbf8123eeca7788028c57b6d070 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.75 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,388.78 GB sent, 127.57 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.