Memory Pool Memory Pool Refreshing

9,890 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (595,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,035 312,035 00000000000000000d0577554a9117af431db897cea298b0849dc497d2a8de7f 0.02 MB 30 10
312,034 312,034 000000000000000004fdacd16b5fac62a3e5b2ce6f33efc5d65daaee9f5e188a 0.08 MB 162 41
312,033 312,033 000000000000000000cd04695ea4b1512c63c817b3679a868dc84625e5e52c54 0.17 MB 276 26
312,032 312,032 00000000000000003086e85600dcaaf8b7fecbf9b0334191c283c66ce0a28a77 0.16 MB 276 29
312,031 312,031 000000000000000029170b5591a70d23b701e622b7e3548c9925ea479d3ee284 0.59 MB 1,105 32
312,030 312,030 00000000000000001e0b55d35467a3eb7b8b622c76c269f2362fb12d1d372d2f 0.10 MB 175 44
312,029 312,029 000000000000000034a67605f52b8c3af18b0ee8001972428e235f923c090124 0.03 MB 27 16
312,028 312,028 00000000000000001e0d4cf27e8bb996e8e8a2523c3fdf1ed8270103d69163d5 0.11 MB 179 16
312,027 312,027 00000000000000002d8f26a77b93295ff591d32a86ec6b2cc61881a244664555 0.03 MB 68 28
312,026 312,026 00000000000000000e8c9651007e5d60f14692d023682da72ae4e594cd57518a 0.56 MB 1,090 31
312,025 312,025 0000000000000000094600bb277f6e1d94940a4f7c051ab99c07b5c0c2905cb3 0.14 MB 248 25
312,024 312,024 00000000000000001e8e4529fff78ceb05e939da9f048d39e5689a5d3be9b788 0.21 MB 260 18
312,023 312,023 0000000000000000323aa1d50fe27c44c532c44478fc1330b59030ec2e096014 0.75 MB 1,437 29
312,022 312,022 000000000000000015424bc7e533224e94bb3b4e2f3f443e0270cea2eb2567ad 0.09 MB 150 26
312,021 312,021 00000000000000001438ce8b36c92135438f54bd6aa8d696044e69e2d1add0fe 0.16 MB 372 27
312,020 312,020 0000000000000000066e8432f828b7c0ad0fb5b848d333e3b2341c7e507e1c00 0.17 MB 340 26
312,019 312,019 00000000000000001ebaec7b0c7ee512ff7788674c120258f9e923305fe48c59 0.61 MB 850 24
312,018 312,018 0000000000000000233837051d25dfa6b76564cd61ababb4b7ceb1825aa4a657 0.35 MB 948 40
312,017 312,017 00000000000000002fe8d367be6af1131c5bdc62e20b2cfd31827c74c4f71bdd 0.30 MB 147 13
312,016 312,016 000000000000000023f080c00eebfd27e3ba53fd087796aa27fff7f4fe692d6c 0.50 MB 476 16
312,015 312,015 00000000000000002fd9e6f947a94277cf9dc5beb8be4c401b4093f4e669a420 0.75 MB 1,792 38
Previous 10 blocks ↓
Total Size: 769.03 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,625.00 GB sent, 93.01 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.