Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,195 transactions (3.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,565 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,449 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,564 (841,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,302 68,302 00000000058cbb6d7cb7095fa11006251e970c2afbd302ac8920341971beaaf3 0.00 MB 1 0
68,301 68,301 0000000002d2df9529d99b1fdc6cfd6838d28e5065696b0ec911363593258bce 0.00 MB 1 0
68,300 68,300 00000000040a9f03870f399c957ca2b6e43ba8e30eb168e9986e603b54d326f5 0.00 MB 2 0
68,299 68,299 0000000003a65d9f9c4acdf165842fb734b2cbd41a7fa524d84c56d81c8d4394 0.00 MB 2 0
68,298 68,298 0000000003cb1e69ea13be25f9eeaf905db60dc515ca94c2c181d2e4c5a3d68f 0.00 MB 1 0
68,297 68,297 0000000003b46792ad1a68f648a4f91508c9f1b56775c2a8d25691e3eab6778d 0.00 MB 2 0
68,296 68,296 0000000003a525cda55512c554a6ac796dedfa782912f8a292ef1223e1f4c14a 0.00 MB 1 0
68,295 68,295 0000000003c083057249401ec66a77a612d4e2a3dc4bb0166b7079573bfe4100 0.00 MB 3 0
68,294 68,294 0000000000cb7a9fca3405ddba9a03ca1f9b21ff3eb4441592c6cd539b0ef87d 0.00 MB 2 0
68,293 68,293 00000000015f690ccaf397002573b1fec21b594afd9ab70b775d579fe3b24cfb 0.00 MB 2 0
68,292 68,292 00000000027ea938f541009935440796851502346f616b94b76f6d35e2ea17e1 0.00 MB 1 0
68,291 68,291 00000000007791859829c934bd8859cab8136757417326cb91263db49b8ade82 0.00 MB 1 0
68,290 68,290 000000000085658d20b94152ccf3f8bf75f9f054fec9a645821644d0b05a7a92 0.00 MB 2 0
68,289 68,289 00000000054cf1f61beb99fb099fc7ff841f195ba7307f297fa736b4f5c7fb01 0.00 MB 4 0
68,288 68,288 0000000002f6d741bb8079384e1cf4d6a1df66ae153e4f4d0f8a12547eff14de 0.00 MB 3 0
68,287 68,287 00000000025ae3b650e3b1b58de147d2828cb00a4a26b399e7972c6c88da60cf 0.00 MB 3 0
68,286 68,286 00000000035e91b44b9a5cf5e2b9d25de61e979a7097a18a869e9d5607947a3e 0.00 MB 2 0
68,285 68,285 00000000025866781cbf6cf40681db310c057e4bb97815242c928d36233b9527 0.00 MB 2 0
68,284 68,284 0000000005575902c500328e2227ce99acd137b6f879ac11bdc4a30d868562e8 0.00 MB 2 0
68,283 68,283 0000000001d41fb98f7cdc334d94222d17b12f7310060b056afe9fd565ae9531 0.00 MB 1 0
68,282 68,282 000000000456aee56c0ab8faa7f3acef2ac75548239532fabe5742df296f3e31 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.60 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,089.99 GB sent, 111.27 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.