Memory Pool Memory Pool Refreshing

1,268 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (2,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,983 904,983 0000000000000000000263de122dcea6add65996fe202efcb9b27182f21c7396 1.53 MB 3,480 2
904,982 904,982 000000000000000000016479b94aa5edb9627b9d8b3e0b4ebd52cf56c5560168 1.61 MB 3,447 5
904,981 904,981 00000000000000000000d5af2835714d2542a587050d4111e544f2527b9ca31e 0.64 MB 1,681 2
904,980 904,980 00000000000000000000bcb2db469e40df667903358c5df278eeb8d041e6f651 1.89 MB 1,598 1
904,979 904,979 00000000000000000000c60cca85d9c76d8e5b6e82d6a4ca8a0d8b50c04ce8de 1.60 MB 4,453 1
904,978 904,978 00000000000000000002363306afbbd1ef63e61b238b8b5be6739553bb2b8508 1.56 MB 4,232 2
904,977 904,977 00000000000000000001ad9d59d2a19d57f0e7fcf7c4091e88afd1979ec0e35f 1.58 MB 4,345 4
904,976 904,976 000000000000000000010b8d9760143447ea2b4d7f33cc343925a05740fd5505 1.46 MB 4,661 3
904,975 904,975 0000000000000000000155c64ec3b92e6daf5dd744a803f609899d76c292a8f2 1.52 MB 3,533 2
904,974 904,974 00000000000000000000c5cd474eb9bd8ea87dbd95f1564c9d0deeb5eeda1ebc 1.00 MB 1,798 2
904,973 904,973 000000000000000000005dc8f0049ca99218235257582a0bd8919d3fe8aa9588 2.12 MB 244 0
904,972 904,972 0000000000000000000160e67b91f31a88a408b8fbd24acd33099532677669ce 1.51 MB 2,379 2
904,971 904,971 000000000000000000020c056d6e6310085fee8d591eb61dbd09d14f52637590 1.58 MB 1,165 1
904,970 904,970 00000000000000000000497f283bb04ab201335eaacdb9235512e77c8a832184 1.61 MB 3,592 4
904,969 904,969 00000000000000000000ef301912d5f82b9cdf568c61af2fd9960695322794d1 1.51 MB 3,427 3
904,968 904,968 000000000000000000000ac008a469193e8960f41d10df2fcdbfbb9a64ecbb8d 1.61 MB 3,087 3
904,967 904,967 000000000000000000012066f5e389f273693ad8a486f80a7706306df73a9647 1.68 MB 3,859 1
904,966 904,966 0000000000000000000073772c200b71641b2d68c333b2342563763c304f45b3 0.10 MB 253 2
904,965 904,965 000000000000000000025723dc75705980f38ec27ff070075571e224133abb89 1.41 MB 2,157 1
904,964 904,964 00000000000000000001aae4051cb692117d54add7ec4879650d534afe12eaa5 1.70 MB 2,749 2
904,963 904,963 000000000000000000022973e7ea265f149dd86821b7123b1864aa9a43a20e7a 1.69 MB 3,013 2
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.