Memory Pool Memory Pool Refreshing

1,405 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (434,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,548 473,548 0000000000000000007602811938ec823cf3595d01838f0d447fea8543857482 1.00 MB 1,710 310
473,547 473,547 00000000000000000183ee1c14004e29f87408090c239df5b915cb7cd1a9ecc3 1.00 MB 2,065 301
473,546 473,546 000000000000000000682644e5c45a2c86611f9dbd1d6f3c378c08875940825f 0.99 MB 2,774 404
473,545 473,545 00000000000000000169d34157d89c8d7b69edeea0bd8575b8b75aacb0fd432d 0.99 MB 2,561 388
473,544 473,544 00000000000000000114d14d21915358ebb0c91916250f0e2ef40d0474b2d828 1.00 MB 2,338 383
473,543 473,543 00000000000000000011aeebc874569b48460433c72fc5f0238d016e18be5a8e 1.00 MB 1,735 178
473,542 473,542 0000000000000000012c5a9263069d18913e3fea677a258ce1552e12a5fa215c 1.00 MB 2,030 173
473,541 473,541 0000000000000000003ad1fed885fa8836883e79ac755382a2539b85befa33f5 1.00 MB 2,234 59
473,540 473,540 000000000000000000799bc50563b11b09ab967990881f2330e52b0c7f0137d9 1.00 MB 2,440 133
473,539 473,539 000000000000000001841cbdda5a79bade5acd4c3b11e1536f7a81b4a1e3ff58 1.00 MB 1,803 78
473,538 473,538 00000000000000000062603aa0b75edea9a802014035a2863f75c96fbf2bffef 1.00 MB 1,935 311
473,537 473,537 00000000000000000033f8812ae425f9e3af81a2fc1f752ba4c071bfb56a6af6 1.00 MB 2,399 384
473,536 473,536 000000000000000000dd41c5b82a9bb03c2d74a38ea81bc955b0fb99af2eb620 1.00 MB 1,941 308
473,535 473,535 0000000000000000002fd067d59db228d581ed85efcc3f852bfd4370d10dc088 0.00 MB 1 0
473,534 473,534 0000000000000000000c1c04a9043899837df29f3dc1e451335f75c89a5f8c91 1.00 MB 900 50
473,533 473,533 000000000000000001215131f8ca6300a9e8441c1474a01cf6dec71cf69a7195 1.00 MB 1,865 237
473,532 473,532 000000000000000000a03693bf5a1b0e2b7156fae0cbd0cea5b6f8a8d516faae 1.00 MB 1,528 86
473,531 473,531 0000000000000000017ffdb3e9790ba0f93e9eee81d38fb92d69eb2a4b5139aa 1.00 MB 1,379 155
473,530 473,530 000000000000000000ae140e51acd264f494b523799f43667892befe5537ad71 1.00 MB 1,314 166
473,529 473,529 0000000000000000004823debcc58f312023496300392cb568825c60ab8b2edb 1.00 MB 2,426 105
473,528 473,528 0000000000000000010e4e45552da5eb2ff7941a79da0f312272bf1a4f75bcff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.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.