Memory Pool Memory Pool Refreshing

1,588 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 1,588 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (329,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
577,971 577,971 00000000000000000002bf33df131231bc8546a89ea2dbcfbc1cb4230dfa3df5 1.28 MB 2,739 164
577,970 577,970 0000000000000000001e411818203567b64ecd32546a80ecdfee40fca3af3f64 1.26 MB 2,368 112
577,969 577,969 0000000000000000001a9e6df678fa37e62fc42ecdf772e215fe0aa24b9a9be3 1.10 MB 1,937 134
577,968 577,968 000000000000000000157b2855856c4a677a642b1d4f8520d97d815d14cdd4a2 1.36 MB 2,965 143
577,967 577,967 0000000000000000000ec76910a08658c8df299089740b1ca3af3b55bab020f6 1.18 MB 2,846 190
577,966 577,966 0000000000000000000c24afc4fbbe235bcd77dc746b154d685fc6c56bac75b9 1.37 MB 1,603 102
577,965 577,965 000000000000000000283973555dc42801209fa9b9e5f950ec21780dd6db3349 1.22 MB 2,501 160
577,964 577,964 000000000000000000036f52878b5b07b80e839dc135d1edeaf7efd0a7563b2c 1.23 MB 2,735 151
577,963 577,963 0000000000000000001eeb45abc8d66ae9d60592d097f6257b15189c7a458ac3 1.27 MB 2,590 168
577,962 577,962 00000000000000000025838b1d0345431733ee43163124bd116ab3fd2a79bf74 0.30 MB 554 82
577,961 577,961 0000000000000000000c939324d9fa6d712ebe4a9fed454b7d80b40290cc7923 0.03 MB 21 79
577,960 577,960 0000000000000000001a25944474195e2dbad4dd2ff3d134cec1961155e7b9e9 0.02 MB 48 54
577,959 577,959 00000000000000000000510db6671971ab3e403c177a7faa6d5c67b9506f61fa 1.05 MB 2,114 23
577,958 577,958 000000000000000000249f435987b89b939548b46f06ef53a171470b22b6823f 1.16 MB 2,051 48
577,957 577,957 000000000000000000016f1ead7f69039431a59c132d10a2cf5b4992fd587a51 1.31 MB 2,049 101
577,956 577,956 000000000000000000256aa76dbf17e93a1f39e997aa0f45d05ba2fc4e704823 1.21 MB 1,907 58
577,955 577,955 00000000000000000001ac302fdcec8ced11a0b178cda04c3a62ddd6e16429dd 1.47 MB 1,708 119
577,954 577,954 00000000000000000023b78e61ce43b63e29d416a58c94cf8f02ab99b1d4a9e9 1.33 MB 2,419 143
577,953 577,953 00000000000000000005e1dcf7197d2d0f5e9f7592f8d83e412e8cb065e892d5 1.19 MB 2,428 73
577,952 577,952 00000000000000000002ebc691b779701efc87c802446883e3fa60949a6ca586 1.46 MB 1,504 101
577,951 577,951 00000000000000000024fc707ea8347d008d73b211c4e764865d627d63b8ac87 1.18 MB 1,790 57
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.