Memory Pool Memory Pool Refreshing

4,865 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,540 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (498,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
408,967 408,967 000000000000000001a579c57c2fd2ee0a5cee49ad654245cab36084a24dfc5a 1.00 MB 3,181 38
408,966 408,966 00000000000000000455cbf01b012f84ab4551705abb5495c496e2feab953fe8 1.00 MB 2,899 93
408,965 408,965 0000000000000000026ad2b9493308b9c16174ede6d9ca126f2d895f7c35abb4 0.81 MB 1,506 30
408,964 408,964 0000000000000000009c48603ea2e6a57d52bef222ca3201e9b448efad7c880d 0.96 MB 2,309 38
408,963 408,963 000000000000000006196eb87c9b0b5ffc887e741af1a33cf033d7ec227e9e96 0.42 MB 928 37
408,962 408,962 00000000000000000337faf63dcb78630f5d5e90b72e3494b9ca8591b222f41a 0.74 MB 1,633 39
408,961 408,961 0000000000000000046236adeea23848b5e046c9d849b81dd25178309c09026e 1.00 MB 1,656 30
408,960 408,960 000000000000000001c948e015472e7e0388d030f1926b9939af84c11f7e48e3 1.00 MB 1,245 23
408,959 408,959 00000000000000000586ccd30ab1761cc84c3d8b338f4c242e9d643b9282d395 0.99 MB 2,806 52
408,958 408,958 0000000000000000005ce5d3fa1168d141490c0cd811e9858a0ccd632a467fdc 0.54 MB 695 21
408,957 408,957 000000000000000001f2b2a2c38f62ad92ce007ccc2974165ffd787c45ad4f4f 0.93 MB 2,494 42
408,956 408,956 0000000000000000008c68f58aaaec36b05d985c445446357c1179015756215d 0.38 MB 851 40
408,955 408,955 000000000000000000910d67db5c4f82dc0b18291cd9c7312c24a303f0062f67 1.00 MB 2,292 33
408,954 408,954 000000000000000001f63454a10a92a364a2e423c1f904b87680fe39433b0d7f 0.74 MB 641 17
408,953 408,953 00000000000000000371a7db189c0c3445bfb2f4e3165c119a5ca217075df7b8 0.99 MB 2,209 41
408,952 408,952 00000000000000000586e54c7e9239d4a489e90b4bd7d6e5e47b0abe11440456 1.00 MB 2,265 38
408,951 408,951 0000000000000000022a08caca8be996bd17e2d62811e9292ac369d44aa3adb6 0.00 MB 16 102
408,950 408,950 000000000000000005253eadd5646a3b71ea9f983f3ff8f74513a7a15cb03a03 1.00 MB 1,222 22
408,949 408,949 000000000000000005232e59020ef76006389eda36372da53e15e43ee42f71e1 1.00 MB 1,139 26
408,948 408,948 000000000000000005e62c7c4b3012f2895fe64d93d8f11e85258076cb269606 1.00 MB 2,870 33
408,947 408,947 00000000000000000255fd547877e6f8e59109cf60936a5842e9df3eb3ea63b4 1.00 MB 3,547 84
Previous 10 blocks ↓
Total Size: 768.97 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,615.54 GB sent, 92.65 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.