Memory Pool Memory Pool Refreshing

4,235 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,155 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (2,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,740 905,740 000000000000000000006ea1e55ab7b42275646f675aa7a726c0e7a0e03a9980 2.91 MB 1,607 2
905,739 905,739 000000000000000000019f2a42cf878849dd88c6de261dcba2416aa6002e0c63 2.40 MB 2,044 1
905,738 905,738 000000000000000000014d9f7280af8a6872eaa30e02db4ccd154d6437925c62 1.61 MB 3,660 5
905,737 905,737 00000000000000000000ecd6d03a6575d4dd4fbf51ce930fad6d956792da959b 1.68 MB 3,949 2
905,736 905,736 0000000000000000000218672aff138c84a2cbe81cb6269e51a1f2ab7d3c99be 1.56 MB 2,984 3
905,735 905,735 00000000000000000001e46253399e18d59bdff0fee1257d56b2e1c915e7857b 1.48 MB 2,371 3
905,734 905,734 00000000000000000001a908376fb3af26d950c98e2203c69b87faa6ae10d27a 1.63 MB 3,325 4
905,733 905,733 000000000000000000004460069382c06e523094b2d7101eb292c33da426954b 1.69 MB 2,896 3
905,732 905,732 00000000000000000001b55a347b3c632a81195fc84b4b5b419f0f51f125975d 1.66 MB 3,494 4
905,731 905,731 0000000000000000000215004930ee8e86f92be9379a606e413b8b900b5107b6 1.56 MB 4,277 6
905,730 905,730 000000000000000000018d9179f87205f7c0e33969296da7d85a84c2de9cc279 1.58 MB 3,428 7
905,729 905,729 00000000000000000000a6526b3f10690b541df8fe164b65dadc7b0de46136a4 1.92 MB 2,833 1
905,728 905,728 000000000000000000004a5500dcd634d408f554c754cb1687491bec760d45f3 1.81 MB 2,771 2
905,727 905,727 000000000000000000000dfcee1bf62df0443187f39844cd0c47622ce4aae34e 1.60 MB 3,630 2
905,726 905,726 00000000000000000001434f7dd5a234afc45bc81c8bb00a12171a1d8ffe5c52 1.83 MB 4,259 1
905,725 905,725 0000000000000000000152610eb674179655a3fb695e01fa849c37486825b161 1.83 MB 2,519 2
905,724 905,724 0000000000000000000062e3abb9e6da1546a6b640a0ff483deead27810a0b3d 0.00 MB 1 0
905,723 905,723 00000000000000000000e74a39cc1f252693ccbc651d61c3cdfbbe149c13bdab 1.55 MB 4,065 5
905,722 905,722 000000000000000000010be5a4331ff65030938727fa9536256c13b179760e0f 1.64 MB 2,394 3
905,721 905,721 0000000000000000000092dab6c47c4fb45bea256881dc35ce50a8983d9d830b 1.52 MB 3,382 5
905,720 905,720 000000000000000000010280784c8c1c24932920edacdc5c5b3df960dd38343d 1.69 MB 2,068 1
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.