Memory Pool Memory Pool Refreshing

5,845 transactions (2.41 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,002 (901,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,003 7,003 00000000d42c2da0e9574cc0c6bd0fb9917dda230e54e92ecbbf4b1f798fe2aa 0.00 MB 1 0
7,002 7,002 000000003c33351232ed433627d1cbc8b8ead2dd39a110305573bb7b8034432f 0.00 MB 1 0
7,001 7,001 000000001bbde9ca358ef26004688ddf7f6bedba1869ebf2482831b6d1376be4 0.00 MB 1 0
7,000 7,000 00000000febe750c27cd55f8bead2b0d4faf33ba961f9e3c0314791ab90ade55 0.00 MB 1 0
6,999 6,999 00000000bced95e8d882530a8d2350390a8147c42e1bc6917b3dab4cc6363298 0.00 MB 1 0
6,998 6,998 00000000944e3364a71446e8a21c45e9fac1d356b6671c2b76276ce091ee7eb6 0.00 MB 1 0
6,997 6,997 00000000202e241e5270b7ba44929a822724ccadba9b8846bdc01d8ea9f3d8b9 0.00 MB 1 0
6,996 6,996 000000000d9c8fc997b6cedd8a7a6c671ceb3bc51e5cbc01621454408ae3fc71 0.00 MB 1 0
6,995 6,995 00000000dc2da453e2d4576146e6edfc41c01b636e420a9fe0e2d1b36a2d894a 0.00 MB 1 0
6,994 6,994 0000000095dfcb632667b03b58caf97ad7282da99d1fa00f22d292cca036cf30 0.00 MB 1 0
6,993 6,993 00000000eb281f4ededcf2f8570fdf048b13364578d32c31478f34be5378619f 0.00 MB 1 0
6,992 6,992 00000000f77aeaddcf83c8c3d9a5aa98008db87438bd47b1a7b04898c70eb7a6 0.00 MB 1 0
6,991 6,991 00000000b1732619993cb5373a8228cc0fa6c66987eb6f77f53ef9a37d526802 0.00 MB 1 0
6,990 6,990 00000000af7c66a4cd6362cfef8f2da17d976773dccb31c36b64dc4448e91590 0.00 MB 1 0
6,989 6,989 000000006f6700ecc8de8fec25bff8a5811ce3c382a3083ac2f069a6db48a460 0.00 MB 1 0
6,988 6,988 00000000b74de1a2be68c5fa0b4306dbf13ef64acff69a62a9abb4957176e847 0.00 MB 1 0
6,987 6,987 00000000f501e981b2b5246ba86e9fbb822b5b71dbc019758cecd555ac561419 0.00 MB 1 0
6,986 6,986 000000003d6b807793d48087a98b3d3032022645fe42989ead45d94c64cfb452 0.00 MB 1 0
6,985 6,985 000000007dafe62a0e8ed540a46e5f65b5714cbaa8d88b29c38b98f8b4e73753 0.00 MB 1 0
6,984 6,984 0000000074df9d9258ed1acc85abb45e099a7aca5d53f082c17efad5de4cf73a 0.00 MB 1 0
6,983 6,983 000000009b35c1ca52988212e39430925c5f11f9f679a233e08daf2fb7baa744 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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: 1,867.92 GB sent, 105.21 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.