Memory Pool Memory Pool Refreshing

5,102 transactions (1.78 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,024 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (875,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,763 33,763 00000000166745ee30cf757214d78697647ff345d67b3fb30f7f55a8ac4197b5 0.00 MB 1 0
33,762 33,762 000000006c6ad19df4c1b3c35f2ac900c2f1f139a116cc6cc9fcb5aee70d28c9 0.00 MB 1 0
33,761 33,761 0000000042c01e53832145929b05fb5c3060a56566a7cbacc5680d0aa0a182ee 0.00 MB 1 0
33,760 33,760 0000000053310e136eeead4831fde8e5ce9f4da3cd86554615b25a45ee967e4b 0.00 MB 1 0
33,759 33,759 000000001bfb2d6bee823fa15a3767671ed36162889fe5e805640670577e79a7 0.00 MB 1 0
33,758 33,758 000000009149a6e1efbc17aad4d7c536a07a1517b154da2a2ed6f58413825919 0.00 MB 1 0
33,757 33,757 0000000070f02c3b7b1c6518fbb7028095e288918bf6df16a7f879d6c5a6bc0d 0.00 MB 1 0
33,756 33,756 000000005561f2e7214707fc20e2acba9b8ca9fc17a5ffde1deb77b5f6e66d95 0.00 MB 1 0
33,755 33,755 0000000063650a5f87386b642f1d16aa1996b3e84cf345a9a610157d117ab66b 0.00 MB 1 0
33,754 33,754 000000004b907a31b305b8097499423419eae58883f27106fc96511b67e1372c 0.00 MB 1 0
33,753 33,753 000000007b48c139b29d5b5b2ee77b9ab55f43bbd495f512d2c550ff6591000e 0.00 MB 1 0
33,752 33,752 000000003258bbf00b5980fb3c2bb5217c77c16ed1161fa1a8b3d44cada4efd8 0.00 MB 1 0
33,751 33,751 0000000004a544ec086cb299c91ce7471c3d2b7c49d4b99cddd5c41a4084fb0e 0.00 MB 1 0
33,750 33,750 000000000c63df88240cba013e474417344c4145227d97c23c015c712fade625 0.00 MB 1 0
33,749 33,749 00000000948908feae7ea825fde2830a6fe4d5d8ed8a93e0fcdce03b3a7751f6 0.00 MB 1 0
33,748 33,748 0000000053d0632b6867bda2216174b166137b7419f281336e198208c8ec98ca 0.00 MB 1 0
33,747 33,747 00000000b39018a836db519851b9e7ea850b7037761eaf9d26633c9413356be3 0.00 MB 1 0
33,746 33,746 00000000b3441692a62daf3beac6a28f9415f096c030f58286a449998a2320b0 0.00 MB 1 0
33,745 33,745 000000005fa1ec848f5c517d874528a4a5cfd38ac437114ad9e17fe552d9c3f7 0.00 MB 1 0
33,744 33,744 0000000035725c90ca0af9b77790b980de9e028813afe0e45b57e0e4f5998e11 0.00 MB 1 0
33,743 33,743 000000003e372b83f62094841a0aa2fb01126db21be01dd90fefb6b9c6c9a018 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 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: 1,868.55 GB sent, 105.38 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.