Memory Pool Memory Pool Refreshing

5,105 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (798,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,689 109,689 0000000000015f92f1cff208a12de7f5941b2625a5ad884948831c039e14c9e7 0.01 MB 11 0
109,688 109,688 000000000000157d24d36cbeb87a24157f41fb261fe77966050279c975d535d2 0.00 MB 4 0
109,687 109,687 0000000000015cec5ab3e2dc9ec5021cd7bd20987baee4185a075f931f95b05f 0.00 MB 2 0
109,686 109,686 0000000000012c6c9b6f33e8d892a85d4cf5251b5a8c16898ae4be47633a149f 0.00 MB 1 0
109,685 109,685 00000000000172f720aab2849cb03a9e7f5a8e356801c124cc4b5d8b6c901587 0.00 MB 1 0
109,684 109,684 000000000000b05478592fc2bfe05ac83bd77486e777f0002aa9635063d5b601 0.00 MB 7 0
109,683 109,683 0000000000006d025467cf6aba35c0bef616570ab685188dc8361d72137ea22f 0.00 MB 3 0
109,682 109,682 0000000000001af9313c0253b8cf5245c191b150913b149fd29ca1e40332a3bf 0.00 MB 2 0
109,681 109,681 0000000000012d18030fd90a05c9f51798db6b237f8c5b8d6950b77992b55acf 0.00 MB 12 0
109,680 109,680 000000000000edffd95ae81f3a78e04aa85d2ad2b7eb2af6631d4f566fac6846 0.01 MB 47 0
109,679 109,679 0000000000001ad7b925deb9c7db0db6f5c5b7d9682f52344a7d9a7206003399 0.00 MB 7 0
109,678 109,678 000000000000ae13d11fdf12ada61b7e7e44c2ce01bd6fe20b8945a98982b355 0.00 MB 1 0
109,677 109,677 000000000001b66fbf7f0071a03a3053c94563b1f7903ffbe9f69940a08e236b 0.00 MB 13 0
109,676 109,676 0000000000001c2d12361e8871a411be43a3b1acda6f90916fcd28f4e228f671 0.00 MB 12 0
109,675 109,675 00000000000050326b916327707eb186bad0dc544ceba2b32045edb936fa50af 0.00 MB 11 0
109,674 109,674 000000000001bd3f116a3cdf67f8fa3ce627810de452e12563956695d10ba199 0.00 MB 10 0
109,673 109,673 0000000000002dc2f47f7fb0f39810a93bfe3493ad130ad0a75475bc2d829468 0.00 MB 12 0
109,672 109,672 000000000000f14143dc1bbc3e2b2beef1d77f69db148b3673126930eb556aa7 0.00 MB 12 0
109,671 109,671 0000000000018f8386e1518679ae4461bb4f4bd2e37fa5279fa4df0c5c5a6b5e 0.00 MB 11 0
109,670 109,670 0000000000019de4e69bb4995c837d5b99f34c1fb54209939668c1d55113b694 0.00 MB 9 0
109,669 109,669 00000000000167bff89c7168debab3631dc33f9d4bfab93f2b4e6627abd5590c 0.01 MB 48 83
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,631.77 GB sent, 93.57 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.