Memory Pool Memory Pool Refreshing

922 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
2 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
908,426 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 904 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,425 (900,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,537 7,537 000000009080921cf08df2e9cc4f8fa0f450481ff00db4bc217b88e8d1e58b7f 0.00 MB 1 0
7,536 7,536 0000000037da02c4c4cf3236c65aee9856fc3771c62c8ffff1ba4c2a2f870887 0.00 MB 1 0
7,535 7,535 00000000bee1692a9104248b9dadcaaf0c45b358572c60f2824cbf2a30e9de25 0.00 MB 1 0
7,534 7,534 00000000e72c58e764934572712f7313cd9482a79452ebb1293c4e6ca06b0304 0.00 MB 1 0
7,533 7,533 00000000be3148cc4f4f92ffbead5508a50e85befeeadc63933fc55f2aeb8183 0.00 MB 1 0
7,532 7,532 00000000fbbf71a941e231a3f85b95ba4c06758f54fbcbd97c7ea37883d400d2 0.00 MB 1 0
7,531 7,531 00000000505b5f1b5d8ee24a9359332e902207b1993cc8a4d1ed3057b65495b8 0.00 MB 1 0
7,530 7,530 00000000745b41c6a19805aebdc478e72b0d7167ff9f5f4743169637c323b9f9 0.00 MB 1 0
7,529 7,529 000000004603377411e9fdc039c1f4f293e8b9c0d3c42b14b8eb95591f07cd54 0.00 MB 1 0
7,528 7,528 000000004b0e157aa87eac0c56f74f81267a5864eaae05064c0a0bb1e9e5329d 0.00 MB 1 0
7,527 7,527 00000000460acaf3de600a7a70cd266ca615190130b336bcf2804d9d5546d527 0.00 MB 1 0
7,526 7,526 00000000605490ec02f48eb57c0e68403d75f2b16f0a49a2e1fa9f530d19171e 0.00 MB 1 0
7,525 7,525 0000000014294fe87ec41f84ceb3f2e84c7c1454d8f7512d99a614059d47c4c1 0.00 MB 1 0
7,524 7,524 0000000074c3a098f16c35b3084800a6a799bc59a46fbce5a27c9f4b47c8a9d7 0.00 MB 1 0
7,523 7,523 000000009b1e720db75188c7817356f9f1c0752b30f654d480fa4a6a8c3e7ecb 0.00 MB 1 0
7,522 7,522 00000000acba2569ca2b05b382b3dd2c0245f632742eb2cde3f626c175f43787 0.00 MB 1 0
7,521 7,521 00000000d58c922af6935587b7b1aa4f1cc21c315c98f613fb7856ce4daa4ed7 0.00 MB 1 0
7,520 7,520 00000000107f090343d1e22f8a191f60bbc13158944d1c954a11900b92b4c1f9 0.00 MB 1 0
7,519 7,519 000000006b7856a64c41411462e7328a5f0b241a891f7077af947e53bd2b3d49 0.00 MB 1 0
7,518 7,518 00000000283d033f128eb4629a36a4d2ed0c41aef6e0f4c7338bcd71ddcec8dd 0.00 MB 1 0
7,517 7,517 000000001f91e37ad5165ede25490fb2933149d8beb4de4505a7fa734f997edb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.53 GB sent, 99.52 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.