Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,501 transactions (2.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,399 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (830,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,086 80,086 00000000000a2f51856d05800d38e41e637b24be3cb76b7326478e44228de682 0.00 MB 1 0
80,085 80,085 0000000000100a8ac178e6da4b4c3c58367548afa212221902c3e70cbc2eff8c 0.00 MB 1 0
80,084 80,084 000000000043f0e626cb28161039c3cead06ff8151bb2df0ee931500b69b6629 0.00 MB 1 0
80,083 80,083 000000000056fe9db6c579d77c7e7ff81cf272b01bc35bde767947493882c7c3 0.00 MB 1 0
80,082 80,082 0000000000177f71bb37d4939a4259af253c9f10acbdaf93f8e6fed32193ea1d 0.00 MB 1 0
80,081 80,081 00000000002ddc3cdcbfdfc4c998124c0f516bedffaf340315b598e9cee3cc66 0.00 MB 3 0
80,080 80,080 00000000001b22c738c8fe79ccf5a198d186d231636571326c31ff7789be1a70 0.00 MB 1 0
80,079 80,079 000000000015c703b988aaf52564ea83c562db47656648bc66cc23df75dc4d41 0.00 MB 1 0
80,078 80,078 000000000031f295fc8d0cc2187b344029cab693ea2c0451433b2a52a553a7dc 0.00 MB 2 0
80,077 80,077 00000000001771d7cb2d3a4d21e0a17291455788d1a96c4876d6af65f4214592 0.00 MB 1 0
80,076 80,076 0000000000151690e274f56c58b189535a7511ac2c19f6fc649d2dddc6cf64e3 0.00 MB 1 0
80,075 80,075 00000000004bb13e207874d2aa4d08c859da3e5c03707f716d04b71448af36b8 0.00 MB 2 0
80,074 80,074 000000000008d136aaf6e417b23b2a6c339e14057e24af0546eb43158ca8c734 0.00 MB 5 0
80,073 80,073 00000000005198bc2330e553b2d6de3ef0b600267362a990324f05e75f46628e 0.00 MB 1 0
80,072 80,072 000000000036c1657415a45e83f8b700f63e3e96248dbc8e52dc4fa2dd5f495c 0.00 MB 2 0
80,071 80,071 00000000003e31745ee923b8252351ae6d88966b7f1ebdafdc1b7335626633ab 0.00 MB 1 0
80,070 80,070 000000000044557b26c9c4ca6494dd3369c005036b6b8fa4dc4ba7ca6d144862 0.00 MB 1 0
80,069 80,069 0000000000326de98531b3e0673eb6100df27e90166ea48b767951d8863970fd 0.00 MB 2 0
80,068 80,068 000000000026bba0ade6a7f7b6842d47a038051045a5c6cdd28d0418c41867d1 0.00 MB 1 0
80,067 80,067 00000000001039892062c51a7656e37e6bdd85e653a6692c9f6a10f243e32f04 0.00 MB 2 0
80,066 80,066 00000000003d7297a8dc53d80de2f589761fe538ecdbfcca779fa642b0e69aaf 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,271.49 GB sent, 121.35 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.