Memory Pool Memory Pool Refreshing

11,213 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,520 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (434,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,962 472,962 0000000000000000013c561154c6a293277ae6ec322a820a25eec5a92c1a49e6 1.00 MB 2,259 287
472,961 472,961 000000000000000000df20a50e9487a81eeabc05b877a46fcfef6d78c890fc02 1.00 MB 1,919 257
472,960 472,960 00000000000000000083d28897a247655ea9c6a0cdb853334834b4cd9dfdd0e6 1.00 MB 2,050 395
472,959 472,959 0000000000000000011efd6ee2f70227abc7a9ee87f190463bb5dfb052cd3bb8 1.00 MB 531 60
472,958 472,958 000000000000000000ceb141bd4d65f360cd654bafeac6c0211833582eb985fa 0.17 MB 419 279
472,957 472,957 000000000000000000658c8d73ca15c9e96747ea2d4088886018be0f7bae917c 1.00 MB 334 30
472,956 472,956 0000000000000000012277608754b3e5c499d41cca2a9e59f3c1b25ff3573830 1.00 MB 2,234 282
472,955 472,955 000000000000000000bea5f8d5012214e7d36df36a1254f572970f00e85da769 1.00 MB 1,047 55
472,954 472,954 000000000000000000fa85d04f3cec493760b8058750b6007dc4ef634d9b2d5b 1.00 MB 2,102 332
472,953 472,953 0000000000000000016c1d450ad9c09ea4dc057a9141b92938a3e3f17ac0ca2d 1.00 MB 1,506 207
472,952 472,952 000000000000000000a001c273d89637ca7c5296bc6a147a7604d8b49c0e7656 1.00 MB 1,590 427
472,951 472,951 00000000000000000135171ae92a1f7eeabb840a7b51611fc2ead3f89ed135a7 0.99 MB 166 60
472,950 472,950 0000000000000000015422ad5be7ebd66e8e7efb37ecb9f718a635e4dd11ab1c 1.00 MB 1,101 154
472,949 472,949 000000000000000000e18fe8055aa416b3fe6cd8ae92624694a92abc3c1a0e5b 1.00 MB 241 34
472,948 472,948 000000000000000000901ba80395090bb67d68dbc4827edb7c527524a1c37c1b 1.00 MB 812 97
472,947 472,947 000000000000000000a3111f3159448cbefd58fa4639bb8f7a39a7b17d7bf9e7 0.80 MB 1,580 267
472,946 472,946 00000000000000000093236cdb58a859d27141e2a475d617a2673d83786c2799 1.00 MB 1,140 108
472,945 472,945 00000000000000000079b365b0f247e0af8231a90a0bf984c62b05e3ec16896a 1.00 MB 856 56
472,944 472,944 0000000000000000001b32d93e7e3b4dfb5e561485e95616853256dc0b69c805 1.00 MB 1,305 131
472,943 472,943 000000000000000000bc0591d81dd550a844fafa919dd8ba79de851888a426bc 1.00 MB 2,076 217
472,942 472,942 00000000000000000079d895d70d045e001fe48482943631c2c867f066c76ad5 1.00 MB 1,822 54
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.49 GB sent, 92.91 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.