Memory Pool Memory Pool Refreshing

3,414 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (18,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,464 889,464 000000000000000000016fd045ad2d71e9aef7f5ba1d75e3b0f73f41bdf1a0e1 1.75 MB 4,397 3
889,463 889,463 0000000000000000000059d958b06458656612ea5020d76d45a6a70c108ccc9d 1.78 MB 3,635 6
889,462 889,462 000000000000000000023e9a94f02c19d3ccc46b366de6e8eab2be43e54b9e15 1.45 MB 2,248 8
889,461 889,461 00000000000000000000290cb863d47aac8f5f22c45c60e573674cd48df3f506 1.82 MB 5,297 2
889,460 889,460 000000000000000000013b080400ee6b5d6da32946a437a37bf17e054844a6e8 1.76 MB 4,730 2
889,459 889,459 0000000000000000000122892920f935ea614ce1c70bb3003534cef54b9bfbc0 1.63 MB 3,958 10
889,458 889,458 00000000000000000001ce0b695fd7ca3ef8d999336de193b38a025d75cad0d8 1.69 MB 4,175 9
889,457 889,457 00000000000000000001a661826c9de08c74f6f7209863300764a21192490005 1.65 MB 3,537 10
889,456 889,456 000000000000000000026047e0813f40640b945c47dac127661fd8522def89cd 1.46 MB 4,251 6
889,455 889,455 0000000000000000000015767dcfbed4136e68a8fdbe69a39a170f587bfd55ca 1.65 MB 4,338 8
889,454 889,454 000000000000000000024aa194b94c988d0473f04595d451ed9bee0503274b8f 1.68 MB 4,328 7
889,453 889,453 000000000000000000015146cc93b2be6a45d3b9bd20ed5cd38c5c7b55a08649 1.75 MB 4,439 5
889,452 889,452 0000000000000000000167cdeed786a982a59053a16e9b4e2dc8fe02f4fae7f5 1.68 MB 3,577 6
889,451 889,451 000000000000000000008fc3659eecc552260c9869f908001153142a5c6db3b5 1.72 MB 4,374 2
889,450 889,450 00000000000000000001a9824f5aaadc1c33006af9bb1d2acad1a44fa353b1be 1.67 MB 2,538 5
889,449 889,449 00000000000000000001f6df75abb1605f10b3a3a2bb6eadf4df02d40a79193a 1.47 MB 2,969 14
889,448 889,448 00000000000000000001f67fc61624fd018c97918a5bb8ef1165fdb41b98406b 1.64 MB 3,342 5
889,447 889,447 00000000000000000001557c8ec271428857ff13018d614d62b31fdf967c259c 1.70 MB 2,809 10
889,446 889,446 00000000000000000000e44c001c630635f6e720a04ca2c1450d5b5d541cbebd 1.56 MB 1,157 4
889,445 889,445 00000000000000000000c4b9d900f82191d9d718e47d5bdcfc450c8c7eb445fc 1.61 MB 1,922 7
889,444 889,444 00000000000000000002565070720dd0f66f0f0af348a4adf600e5c8f6f54ca3 1.74 MB 1,959 2
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.