Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,994 transactions (3.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,284 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,910 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,283 (470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,813 908,813 0000000000000000000221532ad3450bab509f2999907a302df23b1408b82f4b 1.58 MB 3,284 2
908,812 908,812 000000000000000000008e414f810ae815e89cdf792af3a7c193e6702336dffb 1.78 MB 4,891 0
908,811 908,811 0000000000000000000026d03dd5347b2f2ed6fb6d05cefe28d6019ed2d3ea9b 1.84 MB 3,784 0
908,810 908,810 000000000000000000013f3c53aa8134c77785bdd2969e3c488bc7754e0f11e7 0.64 MB 1,086 2
908,809 908,809 00000000000000000000015977f1e24ec4cbfd5b6484873539f4dce918c717d1 0.00 MB 1 0
908,808 908,808 00000000000000000001cd94cee0ddc37e1809d220bdf1f509c4bf16ab421be3 1.75 MB 4,577 0
908,807 908,807 000000000000000000001ababc59882dc8b01f457b7d91918c883f06406e2c85 1.98 MB 4,505 0
908,806 908,806 00000000000000000001c088f9d747d16493ffd4c31c84f88a426815fd5a2e48 1.51 MB 2,664 2
908,805 908,805 00000000000000000001e69638c7b6edcc04c5d9abe05f65abf28b453ea910ee 1.68 MB 2,336 2
908,804 908,804 00000000000000000001134010c43a031be246702dc4f46175c39b1872362f34 1.74 MB 2,486 3
908,803 908,803 00000000000000000001e7d511c8c2378425bc850e8b57ce4262c511548e5463 1.62 MB 2,920 1
908,802 908,802 000000000000000000007f8b040e12d91cfc2a9839d400878e4cfac4aa52908d 1.99 MB 2,567 1
908,801 908,801 00000000000000000000aacd60287ea849dabbcf78b499510e93a3d016e7797e 1.47 MB 3,186 5
908,800 908,800 00000000000000000001d4c15b26cc010a2648f676dde491d9ae9aa72efb1457 1.67 MB 3,933 1
908,799 908,799 00000000000000000000aa660fe5a842fa3b60725930b8bd9f25e1c80d2e72b0 1.82 MB 3,777 1
908,798 908,798 00000000000000000000c6b4c18897802eeaf4f75b0a08b90b8e77136803c611 1.76 MB 2,197 2
908,797 908,797 00000000000000000000369a113d0e0e86e8a1c798ca36561b10bc3a5729f82a 1.68 MB 2,922 2
908,796 908,796 00000000000000000001175e45eab9a16bafa3220f5fad6d0ce08a229c9029e1 1.68 MB 2,551 2
908,795 908,795 000000000000000000001d5cb2dfafc1ed874585acff1ff83a399d80fc151507 1.89 MB 1,118 2
908,794 908,794 000000000000000000019ad276cf6eecb1c0107d533ebdf482f7ccbb6256b4bc 1.55 MB 2,664 3
908,793 908,793 0000000000000000000229cdd387583ae6e6dcffefa1a52f8e27d661661cf705 1.56 MB 3,719 3
Previous 10 blocks ↓
Total Size: 772.06 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,046.94 GB sent, 108.39 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.