Memory Pool Memory Pool Refreshing

1,048 transactions
0.33 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
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
908,440 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (904,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,252 4,252 000000009a2f165d6bd142f6bee45ad2a0eef4868935f7eb57d98af9a72ee406 0.00 MB 1 0
4,251 4,251 0000000002c9b26e0d2cca6399913d1b13b0768926f51c53d5e843953f9559cf 0.00 MB 1 0
4,250 4,250 000000001088404d8d8d337c3444d0a783dee50033d859bba0fe33bd0e938d5c 0.00 MB 1 0
4,249 4,249 00000000f59bbb0c2905796a460a6de2fe4cba70960ea124946a6d204f214ffa 0.00 MB 1 0
4,248 4,248 000000002d93c9fc83d40de38e3c7c4840955293ef8f76a7092653b8f70778cf 0.00 MB 1 0
4,247 4,247 00000000585e91db957d47f372cd5df84a590835e99f6eb761a5d086f52519f4 0.00 MB 1 0
4,246 4,246 0000000007e9e69669e809529e986b281b8cd073df3a7da879db6b07061d3ece 0.00 MB 1 0
4,245 4,245 0000000055bf008876073794c0b5a5da2298cb831d4e702bfbe7033f88f93279 0.00 MB 1 0
4,244 4,244 00000000ecd1f046aef628ace22e4ddac3048d5cb51bd48c187e6d3a9f96b29c 0.00 MB 1 0
4,243 4,243 00000000cbd6f793bc319ae3d90fa6c343027b3a3ebc036f0a66c896a3733fec 0.00 MB 1 0
4,242 4,242 00000000e6bf6aeca04656d69f4892135ed93903bd71dd868326cd9f483d8eaa 0.00 MB 1 0
4,241 4,241 000000000d65885bb4ea77a06373014686b01788031f32d156578c131f66c2c5 0.00 MB 1 0
4,240 4,240 0000000052a909b1042e914ce37ba3636aa89f6021ae3983a4b40a33cd0c063b 0.00 MB 1 0
4,239 4,239 0000000040edb653ba83e20af57d3aca3591716eeaa7a78d18c2be1c0bfc9613 0.00 MB 1 0
4,238 4,238 00000000e8dee972f507c908f97781cf2c629729b698ecd1da201b39d40994e7 0.00 MB 1 0
4,237 4,237 000000000be4bb6331205f2815b835ff014d27ad0c85ce831baf0f5731158968 0.00 MB 1 0
4,236 4,236 000000002cc729932ff8153d09903f51326d7a988efdecdd187b94fd3af683b5 0.00 MB 1 0
4,235 4,235 00000000c453c57ce57144bb34ec1003785f25fe1fb56bc2164cdc0f5580dddd 0.00 MB 1 0
4,234 4,234 000000007f2470a0d47e9d84fd5610ceb164532e7bd1ee76a0ed57e3d9bad8bd 0.00 MB 1 0
4,233 4,233 0000000093f988f4a44506a7750b4a005eab861f0d26bb56d60207ec547babc7 0.00 MB 1 0
4,232 4,232 00000000f300d16a9056c30234776c7c1202cc27f1ddcdf63132a0ec425ffbea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.53 GB sent, 99.64 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.