Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,285 transactions (1.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,891 (857,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,638 52,638 0000000015ae90bb3b0b5a0a5e2af69212c8856e88647b8c1eaeba286556a563 0.00 MB 1 0
52,637 52,637 000000000ad61e17208dd26c70af36f4401dcf23aa4a9e6b9f40b6b06386fb26 0.00 MB 1 0
52,636 52,636 0000000015b84618b1f2b2bcfd8f1a59d3993cc08e1f341f1d5fe1c0722d123f 0.00 MB 1 0
52,635 52,635 0000000011549b0f79ede2f0339bcea3df880c3872c749cfaa0e22c7e45ebf07 0.00 MB 1 0
52,634 52,634 000000000a97651477a0c9d37b101ca8202fd38f05c086a0658e258d2621a6e7 0.00 MB 1 0
52,633 52,633 000000001276c3dd5e0077fd576360ed34c9253d5abe37b21cca3497ce493841 0.00 MB 3 0
52,632 52,632 0000000004b6c5ccedc642897343aba2a6aaf1827b512275ba6e5a1f90028c21 0.00 MB 4 0
52,631 52,631 000000000ea9ba1e5a60ab11726a2eb151a03104c0573b72308cb59c857bf9a6 0.00 MB 1 0
52,630 52,630 0000000008066b0ac8d553b04702edf7b1ab09d67e406f5c88ccfb3ae9c99af3 0.00 MB 1 0
52,629 52,629 000000000ed2505595d21cd8125b9805aa545871c636697d7b0073218a08061e 0.00 MB 1 0
52,628 52,628 0000000012f51bfd96ab4a18f18b9ee05bd5df9d2317d28f88c419c1324605cb 0.00 MB 1 0
52,627 52,627 000000000e28f142f2c3f0ab3ccb01773cad3055beecee09c21bff1c5a943434 0.00 MB 1 0
52,626 52,626 000000001514b516decb9e5e6cccb408f9d3c9a901d30ad980995838570bb6b9 0.00 MB 2 0
52,625 52,625 000000000418e7b1704ec92c039c812ae49c92704a2ecebb028821e689cb42db 0.00 MB 1 0
52,624 52,624 000000000405b62e5be1169d0c41f615d8282030c1debedd8fd55dba691b94d3 0.00 MB 1 0
52,623 52,623 0000000004adcdc13c33306fe04faa73e21d8e5b6bdfcb6f3322d28c4b74d790 0.00 MB 1 0
52,622 52,622 0000000012d35ec81a039df3c9e36cdb6f24e0b4c9d8b5e203268e150aa18bb9 0.00 MB 1 0
52,621 52,621 0000000005f1dd36c59ad122e5dc515b3dedd6710ba9c70a70d055faadb643eb 0.00 MB 1 0
52,620 52,620 0000000012c3d7a764d49eba2369b1b6d81e0766c70b796281eb2311f511e699 0.00 MB 2 0
52,619 52,619 0000000000f320c493a15d1e0148cc5719abecdd6bf402a9d926721062f1eaaf 0.00 MB 2 0
52,618 52,618 000000000529c17c67bcda06393e5fcc1eb6176c94cbae820410b9fbfe2e5739 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.20 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,171.55 GB sent, 114.36 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.