Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,544 transactions (4.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,574 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,746 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,573 (823,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,053 86,053 00000000001e7ed536f2b517d68cd0e17a19ce4ad2a56f3797e3edbf812dfc04 0.00 MB 1 0
86,052 86,052 00000000002979e33f0ecd84873e4f6fadc9ac9ccef82983603e1e51a422f202 0.00 MB 1 0
86,051 86,051 000000000024cc493edb0f81522b6b16bc27ead3059b396c48e5360c3e86675a 0.00 MB 2 0
86,050 86,050 00000000001eac3cabedccd67300966435c9eb84e89b4661c411eff9f278f179 0.00 MB 1 0
86,049 86,049 00000000000eb59a4d42558e0c1995565d0c7636224a0c5f145b37f0d70832f3 0.00 MB 1 0
86,048 86,048 00000000000116dfea22b7cf10e03a5f7315afd934e0672bebdc5eaf62ec3d48 0.00 MB 3 0
86,047 86,047 000000000012115d97ff64f4684675959fa71698d1570c9db2129e2839e1f7d5 0.00 MB 3 0
86,046 86,046 00000000001e4fc15938439a8a126723755417086f25e19fced390b98c53a2c5 0.00 MB 3 0
86,045 86,045 000000000014182415251711b6e5a051758c6dcb0c13012e4c8f9c84b6ea0c8b 0.00 MB 4 0
86,044 86,044 000000000011b5cb6c69c7c5ebb22aa1ce44ddbc1c570c93a354f8c8d47e32b2 0.00 MB 1 0
86,043 86,043 00000000001e179a804dfa20d27b5515d0c8b3f98be5784c73c2941f12f4dbc7 0.00 MB 1 0
86,042 86,042 00000000000bfbb49a188d2e475cae4743bd2bbd83cb1922ba78caeab8dcd3e1 0.00 MB 1 0
86,041 86,041 00000000000480e516b8ed303196657f1fd62393971d565f5e56ad122f7157ad 0.00 MB 2 0
86,040 86,040 00000000002d974d6e8c4422013136a7608f47c6a6bb05bd859a6c5c3b6b2d7a 0.00 MB 1 0
86,039 86,039 00000000000fc8aa06290246c31bdf31d22c3a96bc7b477e23160056cfe2fd47 0.00 MB 1 0
86,038 86,038 000000000006e4352300c499f0f67f4ba1b56735b4588931d301c29f597782f5 0.00 MB 3 0
86,037 86,037 00000000000df487529e743af8e84225bbae51080cee3a4dcc54bd19cf31e1b9 0.01 MB 4 0
86,036 86,036 0000000000071281b484ebfdc1d3de0b159d38f75ddeb45cdee39b61fb71552c 0.00 MB 5 0
86,035 86,035 00000000001cbc643644f97dc8377ad0a9ae7f858412278d9cc4f43ddde29fc2 0.00 MB 3 0
86,034 86,034 0000000000004a2fcbe322952573beb2d96969eeab34d506e76862dc8d1b2af8 0.00 MB 1 0
86,033 86,033 000000000029bbb76254141d63f7897dac6d1b454c5af885b6683fe5d4623f77 0.01 MB 4 0
Previous 10 blocks ↓
Total Size: 772.61 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,091.80 GB sent, 111.38 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.