Memory Pool Memory Pool Refreshing

4,815 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (308,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,066 599,066 000000000000000000153a21ef9fad22d4c2b04cee7df6da7c2ff217ad476a1c 0.06 MB 169 23
599,065 599,065 00000000000000000001d0ab7674ba9bffb81a4644a09fc5b8d2a8276f9c105f 0.56 MB 1,381 16
599,064 599,064 00000000000000000012b892da0cc103979641fe7a4533aa71f2140453ef799f 0.69 MB 1,637 15
599,063 599,063 000000000000000000067f1abd5a6e9f08f2bc949ae9709a9c55e0451ef14c0e 0.52 MB 1,395 17
599,062 599,062 000000000000000000025e75ffcc514130d5f0148e8b22b8cbe3269d8f75f5bf 1.28 MB 3,493 17
599,061 599,061 00000000000000000008e91d91287adfcf5d4509cb85a923f33bf81c2ad1102e 1.23 MB 2,703 23
599,060 599,060 00000000000000000000bfa8fcc95c20c7db14453184d2e202aac59c41542d5c 1.17 MB 2,171 14
599,059 599,059 0000000000000000000acbd9670959a66e446007c43906a36abfc5882101a5b1 1.24 MB 2,199 22
599,058 599,058 0000000000000000000adf5fe23a450e795022be9e3491807705b5b574e8aa6e 1.08 MB 1,974 10
599,057 599,057 0000000000000000000985d13ff12804c792a46b14a5ce94ca0b9d95e5fe6e2c 1.16 MB 1,614 16
599,056 599,056 00000000000000000011fd1ab8c3b575c8e2c1a5957d4126ab3cccb805e64e2e 1.21 MB 2,259 25
599,055 599,055 0000000000000000000b3da90af0b43ca8c91f2ffa9bcaff07925796a26b455f 1.07 MB 1,368 76
599,054 599,054 0000000000000000000f0472fc5500fb5c607ffe6e17984e52dbf6446c4a7ca5 1.11 MB 3,112 10
599,053 599,053 0000000000000000000cfef4bc0c1656325873dac7f775f1e09bfd2c37e504a5 1.24 MB 3,353 13
599,052 599,052 0000000000000000000a9c7104c4f597426b050285c8fe577c166c39f35c3cc3 1.30 MB 3,247 31
599,051 599,051 000000000000000000017c704bd4d7c854355a69b0911f99ed95e91f8e2ab407 1.26 MB 3,157 23
599,050 599,050 00000000000000000004cc7fe643054e5e1242ec975bf363d9d7b3b2657a5d57 1.09 MB 2,422 5
599,049 599,049 0000000000000000000ad5c640efc1a80b21f9457351bd375536868de85444fd 1.27 MB 2,763 22
599,048 599,048 0000000000000000000107ca2a23c0e20a2dc277d8221f86e3fbd992a10a4edd 1.39 MB 2,397 18
599,047 599,047 000000000000000000100bf235f0b707d5b9ca47c9950b8415dc2d0ae078dfac 1.34 MB 2,528 25
599,046 599,046 00000000000000000012bde702f1bcfeae428d1a9524916a7ec19f8653474560 1.17 MB 2,366 52
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.