Memory Pool Memory Pool Refreshing

8,946 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (573,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,077 334,077 0000000000000000176f7d54d6df571e9cb644d712a454e63caad06279611e91 0.10 MB 122 3
334,076 334,076 000000000000000005440008b7e3b7d780edd6616c2a8d41ddd4bca919477466 0.16 MB 297 23
334,075 334,075 0000000000000000168cce97058e2ab102bfb202b378572bf3238a26e17782fb 0.18 MB 284 19
334,074 334,074 00000000000000000ceaf3a06be98c9f4fd85c98f020993d6967df3c34764ec7 0.23 MB 288 18
334,073 334,073 00000000000000001b564feb099e1afa676b4121d4928002c106e14df1de9c68 0.04 MB 128 29
334,072 334,072 000000000000000007570ed2d9f096fc54613531329a42c96beb20a4ad8282a7 0.53 MB 280 11
334,071 334,071 000000000000000009530ed421ab4d236f0612582cfbffd0e6b7c509eed2eafc 1.00 MB 2,064 25
334,070 334,070 00000000000000001a54d6fdfead2978af72474bf086d18a1ca1e195e21b173b 0.15 MB 512 65
334,069 334,069 00000000000000001b590f185f1a96fea89451d5c4c4c34a5550ba27a207ed5b 0.39 MB 534 22
334,068 334,068 0000000000000000117134b8848d9138f6a2fe347288dc5717becdf09d8679be 0.12 MB 165 20
334,067 334,067 00000000000000000b3a0699294e948904278fdbb5e11b0c8ecd8d7b006590cc 0.28 MB 522 28
334,066 334,066 00000000000000001a5e267dd07fad297860618dcd4cd9e02095e61871438ff7 0.11 MB 239 27
334,065 334,065 000000000000000000d2788f3696d213b1195ea48d767beffbc9309716cd0fd1 0.03 MB 81 28
334,064 334,064 00000000000000000ba3dc14cf4ddb755abab03bf9c610c18d9b74392d7844a4 0.37 MB 539 21
334,063 334,063 000000000000000004c02a929a4e4057508e9e136ed86e850cb4beaa7977f39e 0.44 MB 823 26
334,062 334,062 00000000000000000b4d1f65a4fa50cc3bb0e13462fd1f7c8c30a9183665a1a8 0.16 MB 166 20
334,061 334,061 00000000000000000cfdb1de9b526dba0fb40607748979ef7c840dffd49fa48c 0.55 MB 930 22
334,060 334,060 000000000000000003eac26e16c76f260d8396c0a7e74993ffe2b756b2f7728e 0.28 MB 342 17
334,059 334,059 000000000000000017375a96886f2046198c1074bff70f30154e9ea903d327a2 0.19 MB 540 40
334,058 334,058 0000000000000000056ea144fb15cbfddf6706c0b63aa5a726ea4d047e83ddad 0.21 MB 444 25
334,057 334,057 00000000000000000352f7a4a90c62693ae012e2968eab45a6b346acd144a2d4 0.55 MB 666 15
Previous 10 blocks ↓
Total Size: 769.03 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,625.19 GB sent, 93.02 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.