Memory Pool Memory Pool Refreshing

4,146 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,346 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (778,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,548 129,548 0000000000000602fe6f3c668786fa82677152d7474a38c6aeade85dfa5ee59b 0.01 MB 17 411
129,547 129,547 00000000000010319d070ecd984569cfb4c4f4b2602a68d6fd4d31b93f0a5d35 0.01 MB 17 705
129,546 129,546 00000000000010f3aee701b90da085a8a62d0e13aee4629d64a17e12478bc2d4 0.00 MB 5 361
129,545 129,545 00000000000007273777ed166c8f333bff15f100159ff721b25d47bb33a42744 0.04 MB 115 66
129,544 129,544 000000000000131669e4187db2c7ae88e3a50788c7ba168e51cd1ceff9507cfa 0.01 MB 23 1,210
129,543 129,543 000000000000050dabf575f52fa3f5750037441fb8923755a70a0453949124e6 0.01 MB 37 1,495
129,542 129,542 0000000000000351059e56ab9b01ed36b59070edd776ec550fc0377b4224eb11 0.01 MB 30 1,348
129,541 129,541 0000000000000a7f4ccffaac5f1b1f7355b2cec1a0b5081a7e6b1fe58654a9bf 0.05 MB 93 804
129,540 129,540 0000000000001556a1d6e0b349ce821e82c89de19a709a3b535443d0d9ee606e 0.03 MB 94 203
129,539 129,539 0000000000001af88e3cee3c6fd7cbb9c47b57f2a364b9ef0acd949bac1795ee 0.05 MB 51 1,044
129,538 129,538 00000000000010e4a426c3aa43a410e6b220832eafe228005a920f8c06982725 0.05 MB 132 1
129,537 129,537 000000000000155c52bdc8969ef653fe8be7ab11f4994d5efdd63a54d54d3f03 0.03 MB 19 1,421
129,536 129,536 00000000000016e7c4348f681f10dc26bc7a038e926a299ce62264e3a208a757 0.05 MB 136 2,555
129,535 129,535 0000000000000d7f9ca13a7a7a3d1c724f58c1eaadc9d5b188824a3deedf14f9 0.03 MB 51 713
129,534 129,534 00000000000003f04b2b237a88b914a64153ac595cac4d7a6caae6adc9daffc0 0.05 MB 73 877
129,533 129,533 0000000000000b37274bf4a018cb3eb91872dacf8fcdaa0a627f4d27b87e770c 0.01 MB 8 1,515
129,532 129,532 0000000000001294e3d799f9c08cdc32b444e6f864ce2ac3d523b50cc48ffb0e 0.00 MB 1 0
129,531 129,531 0000000000001395298fa24f1c282184507b7d08481427d50721b177d5c362a0 0.02 MB 29 368
129,530 129,530 00000000000001c477a5de65ccd39b8ec3ad891ba4b161fa34f435526a6bc55b 0.03 MB 72 811
129,529 129,529 0000000000001b3bf0063e16a0e6b77e510dfda58a153420700667eec432c362 0.02 MB 81 507
129,528 129,528 0000000000001d1745612c4fa3662b6565a302daa5a8d3a409d5d19024d24029 0.01 MB 18 2,586
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.18 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.