Memory Pool Memory Pool Refreshing

3,311 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,754 (559,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,122 348,122 0000000000000000046576d0d0ae526d94823346c5078937927ee96ba2d1e6b8 0.24 MB 387 21
348,121 348,121 00000000000000000c0871ffb7f1564d2fe5680ffc1ec008fc139bace058335c 0.45 MB 855 26
348,120 348,120 00000000000000000cb6b561d41a9c15efac1b55f1127c1b7960561da1f72233 0.39 MB 537 18
348,119 348,119 000000000000000012b1db11eb602627056c463e37ffa35a0ede17782637f18e 0.50 MB 805 25
348,118 348,118 000000000000000003326f7504dd9bb3d3b03564e4f28d377709baa525112273 0.17 MB 229 17
348,117 348,117 0000000000000000097857c36ab13afb442818a986728aec5eac268bb4851d7d 0.14 MB 248 22
348,116 348,116 000000000000000006740a71dc45b5c35bd58d6f60d9261f35a5bfa18540bf7a 0.35 MB 725 26
348,115 348,115 00000000000000000f33919eecfb1b28bc5e39802200131eba9e11e4512e1688 0.07 MB 57 5
348,114 348,114 00000000000000000b7d10d48226ecf92652aa7ac916252417d308462b71bff8 0.62 MB 1,060 34
348,113 348,113 0000000000000000116b48b8e7fd22edc725cab4d61b6d53698550f5a4cde114 0.31 MB 664 24
348,112 348,112 00000000000000000ff0139bb5a027c53a3be95ac70aafcf765ec58538d993f8 0.23 MB 405 22
348,111 348,111 0000000000000000068ff798b27d91a554d7c95611400390295b242ad0a9acf3 0.23 MB 384 24
348,110 348,110 0000000000000000116884ff616ead760d31a40ee763919732675fc4cc6221d7 0.10 MB 76 3
348,109 348,109 0000000000000000071ffd99ef804c1afd936a0aad0f1e1e9de7b3ab5bd0bf5b 0.09 MB 63 9
348,108 348,108 0000000000000000062c3f4ea713527dd0ddaf18b7b5ca8b9bb92f051fb6fc5a 0.60 MB 1,034 25
348,107 348,107 00000000000000000f31db56cf4fce0c6fcf6612b5513731fe9cabda3d858314 0.07 MB 55 7
348,106 348,106 0000000000000000128fb024b67bf9869dc8e2089ad947cd3b33b7532a4bc032 0.06 MB 94 19
348,105 348,105 000000000000000016f6fdb7d3ab3fe12c42c5bfad19bf0f50b5d99fc1694dea 0.35 MB 700 23
348,104 348,104 00000000000000000552717e8624bcd8ba157a228ceeab2fa360f92729853c88 0.18 MB 303 21
348,103 348,103 000000000000000014a5d718166e5a1e3fc9dede7afeca3fd546b8360a04ea1b 0.20 MB 426 24
348,102 348,102 000000000000000000168be6dc6ce62092aed1ee390a1113467903389ce6d9a1 0.23 MB 432 27
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.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.