Memory Pool Memory Pool Refreshing

3,737 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,992 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (18,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
889,443 889,443 00000000000000000001a9d0d09cfd182f4b0c9c4e1eac449138bd98f6938f99 1.32 MB 2,660 5
889,442 889,442 00000000000000000000bcccd179c0482676366a752255304f6c624a7766851d 1.43 MB 2,151 5
889,441 889,441 00000000000000000001db4f29f69b437bccb1201ec11855699d4db2c807e3fc 1.53 MB 3,285 16
889,440 889,440 00000000000000000001ba94d725462c23e539c73f9969559855a7e182319d90 1.62 MB 4,180 10
889,439 889,439 0000000000000000000265734173715d35b24b17ff9da1bd97ccf0c61389f6d3 1.52 MB 3,552 15
889,438 889,438 00000000000000000000864ae917fed3e0fd20bd26243919f6239e703396ab26 1.49 MB 4,214 11
889,437 889,437 00000000000000000001ee434072b58539c790344ffaa3fc95fb71c71efce77a 1.50 MB 4,401 14
889,436 889,436 000000000000000000010344fb4a79d03b84d94faf4ae2b1e558f4656c19b5e3 1.46 MB 3,907 20
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.39 GB sent, 94.28 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.