Memory Pool Memory Pool Refreshing

2,552 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (185,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,441 722,441 0000000000000000000597492bd281e966791b40ef12b3831a2440111625f057 1.79 MB 818 3
722,440 722,440 00000000000000000004ddfa29d1fbeb7d011a1e6a7d4f4ef5b1dab49b39bbc4 1.69 MB 1,644 3
722,439 722,439 00000000000000000004a21162f9af8b7db200f66cda2a6d8ff4185560938ea2 1.69 MB 2,401 16
722,438 722,438 000000000000000000032c280092ef79e3cfdb935d4252876cb518d2fd80890c 1.64 MB 1,833 3
722,437 722,437 00000000000000000000e56fbb32c0bb8cb786cc2586b891e171bd5ecf121982 1.30 MB 1,568 8
722,436 722,436 0000000000000000000a0510d48ced40f5716468cd94f23b252913a81f765ef9 1.31 MB 1,568 8
722,435 722,435 00000000000000000003dfd78dccd8c092af2973df4009439e4b219a1a20c4a5 1.39 MB 2,097 14
722,434 722,434 0000000000000000000a474408cbba677daa57e5af94b2ab0f1d7e4fa535aa85 1.31 MB 1,582 12
722,433 722,433 000000000000000000011ebb71f9511d85b105ae07d2c38e9346ba5e9a7ef00f 1.42 MB 1,029 4
722,432 722,432 000000000000000000019dd20d5a3db0f530c0bb03a060c70c98e0bbd2893804 1.43 MB 1,355 10
722,431 722,431 000000000000000000038955b54193fee348809371515cd035b2023631ef8574 1.70 MB 822 2
722,430 722,430 0000000000000000000885346d14bbd42237f7ffb08c0d0d420339087e650111 0.00 MB 1 0
722,429 722,429 000000000000000000095c92aeeafe86ea468bece3dcc81ff034daae6930b3e1 1.68 MB 1,398 5
722,428 722,428 000000000000000000036862d9d8dfb0e872db464c6a53def4d0a47a8d7b7b78 1.78 MB 1,739 2
722,427 722,427 00000000000000000002cdd31c32742e176082aeae14f6802867607d05f4acc5 1.52 MB 3,047 3
722,426 722,426 00000000000000000001b7d87692febaf94b10be55d0f1a8b12458a6e38c85bd 1.74 MB 1,821 3
722,425 722,425 00000000000000000009d2fcdb00780e63604d4dc74c65d5034a3add17f1566a 1.30 MB 1,063 7
722,424 722,424 00000000000000000000b73112bc39704bc91fd7b58b2f1d609f530bde2ecc2a 1.41 MB 1,642 12
722,423 722,423 000000000000000000044adad9b22301a9535d8d4bc0c08fee0034332cf35310 1.34 MB 2,053 8
722,422 722,422 00000000000000000009b2244493dd96828f3b9aa4a1b8af5a7737ceefcffa33 1.59 MB 2,131 13
722,421 722,421 0000000000000000000124b875bb96c6bacad4695000e0eb125451ea67be9fc3 1.53 MB 2,902 20
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.