Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,248 transactions (3.69 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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
910,178 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,649 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,177 (827,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,947 82,947 00000000000183fd09e302d06c193a08e1a421984fd280e38f70bc2d72da0885 0.00 MB 1 0
82,946 82,946 000000000015843baeadeb01340dbe85f9336096e5c106c667707e3b504c755a 0.00 MB 2 0
82,945 82,945 00000000000a055d6e5b8f8551e158a740cb2c17308a5b087851c8edd3f4095b 0.00 MB 1 0
82,944 82,944 000000000018a2842c0ccd5240f7eddba1654df1898007af9302d341af2070b9 0.01 MB 7 0
82,943 82,943 000000000012ec8cfba5fc709d45278e11381fc31a089aa0a9b5b06942f00f6f 0.00 MB 1 0
82,942 82,942 000000000022ab9f8c74cb5d953a269a12f204313a93a6a4faebfe81cb21e2b9 0.00 MB 1 0
82,941 82,941 000000000000fe659a6002188742e0faf60ca270ebaf09a3a3e511bcba64b69b 0.00 MB 2 0
82,940 82,940 00000000002a0fcb05428551db2ae6228de96e6301f7746c28dd3f843ca0dff4 0.00 MB 3 0
82,939 82,939 00000000001217ab15df15164b2af79866136bea1dfa9d22a7e8371ddde06e1c 0.00 MB 1 0
82,938 82,938 00000000002a5660b31f35754ddbec2e3d9bf2fb939ae7fd71ddf367d9a6f174 0.00 MB 3 0
82,937 82,937 00000000001375ee7908c6e372d4ab6cadf5853962cc0ea3270d956cf0c4d8a7 0.00 MB 1 0
82,936 82,936 000000000018c820961fcc20fa87dee58b41ddc2626c0bfb170c6009e9312415 0.00 MB 3 0
82,935 82,935 00000000001a507f3be73bbce93588cfe86b69aae20a099ec22b43e3bc7ffa51 0.00 MB 1 0
82,934 82,934 000000000000da03ce86d2195c49943a9f132b93c1deb4568a690e32c5083dd9 0.00 MB 2 0
82,933 82,933 00000000002ce3ec05365c36fdbe0dd52c099dfeacdcce595bad076c2197d16e 0.00 MB 2 0
82,932 82,932 0000000000310f8ed3cd56b643c88d81db9cd98fef24a37dc965d8abb7feb018 0.00 MB 1 0
82,931 82,931 00000000002adff31d3755a61a939eaff9d61434a09bbd0e4004a24e345c3b82 0.00 MB 12 0
82,930 82,930 00000000000a88593ed5b24d8bce3955c015c67d892034c75f51fbe682df2742 0.00 MB 1 0
82,929 82,929 0000000000031eb7719aab218d6c627dc8390769ba463d5ffc727f510d35574b 0.00 MB 15 0
82,928 82,928 00000000001906ce0a43e1df220e1e2046fba6379ad43f8b50481baf0c172864 0.00 MB 2 0
82,927 82,927 00000000001207a27cb107724f1f136322f1667244fe1333be859722dc152841 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.72 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,194.48 GB sent, 117.19 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.