Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,841 transactions (0.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,558 000000000000000000022cb30000000000000000000000000000000000000000 0.84 vMB 2,837 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,557 (870,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,422 39,422 0000000063496591c6a187d70956598b3713c59214860e89fc163465fc496648 0.00 MB 1 0
39,421 39,421 0000000033e1b8445951d78ff8b2a401aaac7389c9a9d317242142df3131fa7d 0.00 MB 1 0
39,420 39,420 000000006bf11be95af316f5a6fc7985d0261ea19e2df9a440ac294cabb5c9a1 0.00 MB 1 0
39,419 39,419 0000000056e000a7f3d244091e68be66b6f686e731840c278216ca078f787de3 0.00 MB 1 0
39,418 39,418 00000000024440e3af4d3f70773af78b3e29c22083acd2c930313d4c271c62c1 0.00 MB 2 0
39,417 39,417 0000000038c8ee387ccbdc98bc9bafc52c1e979cac742d1e8679f3c37de12b3e 0.00 MB 1 0
39,416 39,416 000000006cd683bf9631672082c8e5024882a9652eff9facb30de433dcfd1926 0.00 MB 1 0
39,415 39,415 000000002ebcc2dfe21fe3900703bc257e38689db0dd42eb5a49bbba3996511c 0.00 MB 1 0
39,414 39,414 000000001c7e3dba9465fd57904fff000600d0a8f82a9a335362735d821ac625 0.00 MB 1 0
39,413 39,413 0000000010d24d87581fed92dcffaa521b642fb8c47d0411e0659388f3089145 0.07 MB 4 0
39,412 39,412 000000004d712fcc9f0ffd9eabe82053145fa8e6ea56ba750fa8c01eee2a420c 0.00 MB 1 0
39,411 39,411 0000000064a2bf44f1b69263e715214c3eb6b2ea5799ad5c0f130a35e42c63e1 0.00 MB 1 0
39,410 39,410 00000000598ba9bdd1314b04cc65af661ca36c5b32d43202c41ebdbf91a1c7e3 0.00 MB 1 0
39,409 39,409 00000000223fe83cc7944f10b113bb90a95fbf30ba4a118082d446edcf6a31bc 0.00 MB 1 0
39,408 39,408 000000005f2b543e26384ee0c1b67b66635fda4c199052b0fd691553efb51b04 0.00 MB 1 0
39,407 39,407 0000000076895b28a7f658303967c7b3417f21d17c19bf5a68c366a5cf7c825b 0.00 MB 1 0
39,406 39,406 0000000010947717f489b1804f4ff1c15e44986085f0f2d0dd9f2b2af86f63cd 0.00 MB 1 0
39,405 39,405 000000006154a26656df5bb860f51fba5748fc57132a271b9fffd8faf6fe7e1a 0.00 MB 1 0
39,404 39,404 0000000055613f22c86107d5e62bc40fc30dd2a7d7e6fa02ce13c36b8033d0ac 0.00 MB 1 0
39,403 39,403 000000004bd56638f09b567cad6f08d4d9b55f19b6d66be7c60db182dbc2667e 0.00 MB 1 0
39,402 39,402 000000005a25b3616e4fb491116b63bc48d31324bd6c0660606bdc7df5cbfc0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,088.03 GB sent, 111.16 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.