Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,533 transactions (3.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,309 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,639 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,308 (895,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,803 13,803 0000000027c0d0fcfaadf0c3f0205a31e6c2123d9d1d06af9bb4e053d1b9f223 0.00 MB 1 0
13,802 13,802 0000000017a311681e2bc4c186012ffad707d90a7cf07257041c068e2be100df 0.00 MB 1 0
13,801 13,801 0000000057831ae615c7ef5c798c86e00fc57bf68186dab9b90cb37c1363dca2 0.00 MB 1 0
13,800 13,800 0000000077ae1203bf2923b06f2353350e2df017b2e9e08854f78ff013b948ad 0.00 MB 1 0
13,799 13,799 00000000b9701ff2a6464a82575eb195d63055e311246dd2d7fdbd2a871d5292 0.00 MB 1 0
13,798 13,798 000000009caef721aa9cadad752d3a96a6397af020496f10a5fa277400f92813 0.00 MB 1 0
13,797 13,797 00000000c032c9a81edcb900dd3d4f21b326352710cd2d66bbdc99afbf656ee8 0.00 MB 1 0
13,796 13,796 0000000039af039628a68869bd8852e3b9a5912bc6ce1c24466a3ec440461853 0.00 MB 1 0
13,795 13,795 000000005b4379d27be7b404ff03e367c92f3ab4ed5b3e3d4a115e7d7d5d6620 0.00 MB 1 0
13,794 13,794 000000009116e84d6157a5f944358f618cb225a3506e62b6bd91038eea9f5244 0.00 MB 1 0
13,793 13,793 00000000d76131a58099cb52e7c83bb29d3e1605cb8117b331a74e0ee4b35e16 0.00 MB 1 0
13,792 13,792 00000000a69c32ab1cabd34a0e6064364e7a76b8f9de441de23f0a9481a5f700 0.00 MB 1 0
13,791 13,791 00000000f208b5e5dbf3099bd1aaa4dedc53202e2cbcd611d87e0fda32f534be 0.00 MB 1 0
13,790 13,790 0000000094b92c9a6b512a6591b53cf00de7e47fff6b1e66268f7a2375db7ee3 0.00 MB 1 0
13,789 13,789 0000000081969d31a4c8dcae543eb08611b56e21e3cd93451c644a5752d1baaa 0.00 MB 1 0
13,788 13,788 00000000e6d7afbf3ef44d735361bb9684078e714a134e00924d32fc4b25579c 0.00 MB 1 0
13,787 13,787 000000004c9985fbbaf3d8ded2b8d31d0dad29cb40934d91b135656f020a632f 0.00 MB 1 0
13,786 13,786 000000009b634b14fa1eb158ed4bdc15ad575775c4bac68b7229acb42470399c 0.00 MB 1 0
13,785 13,785 000000000c27e3367075504c1b730dca41849a1b845664aac7ae5fbb40055e09 0.00 MB 1 0
13,784 13,784 00000000d2e8e893978b35c940b03697528e148a7c8ec93d94fa29dad9e8dfa4 0.00 MB 1 0
13,783 13,783 000000003a31a2b180bebdfe05edd09acde53ff21e6ba8f428fe6d1827e8ad29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.11 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,065.18 GB sent, 108.72 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.