Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,545 transactions (0.77 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
909,942 000000000000000000022cb30000000000000000000000000000000000000000 0.76 vMB 1,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,941 (848,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,571 61,571 00000000018a5a0b917a1e641b4ad3839343fc09ad26471cda17d69fb6d17aca 0.00 MB 1 0
61,570 61,570 00000000091c3c084aa31702f538a3f021f07084fabe6f617f40b4a0620915a2 0.00 MB 1 0
61,569 61,569 000000000753e9f9e8bc9ad26970b2984e770e1c1d45d6a111970fb9801ddc95 0.00 MB 1 0
61,568 61,568 0000000008b0a49e5804c503c64058f6e406355e9545d26a1847e69b72cb8eef 0.00 MB 2 0
61,567 61,567 000000000caa585b8d19462ebd81b7b4838adf8fe4119bd98c29a361230f964b 0.00 MB 2 0
61,566 61,566 000000000bd2980875d829ea81df262040cc2ef76db23a65e2d592b6a03cad29 0.00 MB 1 0
61,565 61,565 0000000002ea88ca20082a9b32380e5bf1ab474a107c09e64c7084d84d1e6f11 0.00 MB 1 0
61,564 61,564 000000000e69213321a34e56e484af2e5fb69aeac261d759b03ac4298fa53667 0.00 MB 1 0
61,563 61,563 000000000d8b0e812b246f9c3516b9e3fccddd66ac74c812b23a948c82cd4401 0.00 MB 2 0
61,562 61,562 000000000c1aa1f784d1ebfa72946bb39dcffab6b6a18617c24088751b683a42 0.00 MB 1 0
61,561 61,561 00000000051a69cbb33ff1b72eaa73c933051e4dbd93431e0f3d680a1e18387c 0.00 MB 1 0
61,560 61,560 00000000082a7237eeeb9612e2046366fc72f9b53cac1764ce5d670738e6fd35 0.00 MB 2 0
61,559 61,559 00000000092475f4d29571257cc4d1587916c30e1bfd634352b63cf688171b6d 0.00 MB 5 0
61,558 61,558 000000000b3f39f391c2c01bea03f31cd847669202babb593db5271323742e5f 0.00 MB 5 0
61,557 61,557 0000000004fdf67ff2dabc0ecfc5f3aa01c4f31a0370e6e46927d8fb7ff114de 0.00 MB 1 0
61,556 61,556 000000000e424bb0fa465a1b873006d7c934b0f77ef86c546137deb8a3139f21 0.00 MB 1 0
61,555 61,555 000000000c1339ac008aef78f99d449ac2ef0172d5d6f16712fbc0aee5e350ad 0.00 MB 1 0
61,554 61,554 000000000b0c576e4cfd2eea5f7a1aef7686960d4b57f89916688ef2e7e75718 0.00 MB 2 0
61,553 61,553 00000000076268cbbb362107690ff1ac7def7c96fb8b441f6b9ede8cf58b75e5 0.00 MB 1 0
61,552 61,552 000000000d147ebffb4b5f967a14c9dc6f3ccbaeb89af340b9cdb8aed5335c10 0.00 MB 1 0
61,551 61,551 000000000454360e599661385d704c85077c871a809d7f8a848bf0331be4fcb2 0.00 MB 2 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: 10 outgoing, 113 incoming
  • Data Transfer: 2,174.76 GB sent, 114.83 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.