Memory Pool Memory Pool Refreshing

3,092 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,534 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (772,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,469 135,469 0000000000000a6dccfaf977f63833ea816b28583981edbf3b51942d597fed0d 0.02 MB 37 858
135,468 135,468 000000000000091a5ec474e42375ce605e0f4b0b2c95d603ef46bd8ffc569b4f 0.04 MB 99 330
135,467 135,467 00000000000004d6e330be55b0ae7e30d8511e8409ad26e723ad12ff93ae8713 0.01 MB 19 612
135,466 135,466 0000000000000988fbacd426f253ef69510624b8aa99d9722a45b60081ea0872 0.02 MB 70 557
135,465 135,465 00000000000001c2d6752edd0f002d08b90b32babfcd33b6036d8d73028adb6a 0.00 MB 13 1,162
135,464 135,464 000000000000047e1e8cf79db89d219fd09beb6e1e9d292cf92fe03e1e572d0b 0.03 MB 90 251
135,463 135,463 00000000000000511a83591aeb6e6b3a21c02867aef7a6598de0372e2a718e81 0.03 MB 43 271
135,462 135,462 000000000000087cec2dd154a5542649368abb72feef723f012e417d90d87f87 0.04 MB 114 283
135,461 135,461 00000000000003cf7f4ed3a45e1e19bd86c5c0584bd5883112b183e48e417fdc 0.00 MB 15 80
135,460 135,460 0000000000000a02b7e0936008f996f013594cb48f601ef3f8845c8976cc18be 0.00 MB 12 88
135,459 135,459 0000000000000837343715082e1812b33530d8aacbb7c338b3cc56811d705d71 0.01 MB 26 749
135,458 135,458 00000000000000c30ab6fa56a981254d45be8b0dff9375e59d73a33681d2c9e0 0.01 MB 26 292
135,457 135,457 000000000000089b8104535e45427cbf7d767f266f8b6558c2b2594d1ffbe418 0.05 MB 89 531
135,456 135,456 000000000000097e5094b6bd626c2904aaa1e86d96d9cd75cf82f328cce6f8a2 0.01 MB 14 306
135,455 135,455 0000000000000aad97896db09dc02cc1b4675cbed1a417a54101254568eb0620 0.02 MB 71 2
135,454 135,454 0000000000000294141824cb82a27c6607a72457db4f49f242da596ef5e85347 0.01 MB 16 74
135,453 135,453 00000000000005be078753dae291da920283f48e2207179578f0f8eede44ed70 0.01 MB 21 177
135,452 135,452 000000000000008fc20b04dccfce65901d116bd3bc5ca3a6002e0821dee0856b 0.02 MB 33 719
135,451 135,451 000000000000061d699d6ada0d5f01fab379bd8c97364fd837066955391e73bb 0.06 MB 157 495
135,450 135,450 00000000000007f3d2753059ae454ef634ef1c8c1efd36e6be429c2084bfb079 0.00 MB 6 116
135,449 135,449 00000000000001621dd40f38aa695cc87eb53fa2e0eb2caf784da9453a93605d 0.01 MB 13 161
Previous 10 blocks ↓
Total Size: 769.35 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,643.46 GB sent, 94.69 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.