Memory Pool Memory Pool Refreshing

2,350 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.58 vMB 2,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (809,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,400 99,400 0000000000016ee002b1c9c22fa48bacb8bbea700ca06fcb3d11de6c8ce1ee1b 0.00 MB 1 0
99,399 99,399 000000000003a9be09f40fb48fb275a6d0dbb0a5b37807cfecbf0fe4bae315ae 0.00 MB 2 0
99,398 99,398 00000000000335b9e94c6023506894d7c7c212f2d93760d9ade34006773519ce 0.00 MB 2 0
99,397 99,397 00000000000369ea100303bbfd9f8a81e3a584eac46345181d17ea1f3f291d3b 0.00 MB 5 0
99,396 99,396 000000000004270b9de1b10e8c587cc3ca8654061238544e00248904ca65d7f3 0.00 MB 2 0
99,395 99,395 00000000000321eefd2137c52c7c3cd2ddb2f0fdaea4b9934ec3a451f059c899 0.00 MB 10 0
99,394 99,394 000000000003dfe553ed9934e8ca943a6500a29349554919fa8e182c61cde27c 0.00 MB 8 0
99,393 99,393 000000000004135a06b7872adc3f5a44a3931fd476dc0537e2b11bf593d3d5be 0.00 MB 4 0
99,392 99,392 0000000000032ab8a66f451f0a729f4716ff807ede610b60e39f172b1c165e2c 0.00 MB 8 0
99,391 99,391 0000000000022973be7277df9cbd36494a771ef3c1e67acaf3c9f37e5fd7459c 0.00 MB 5 0
99,390 99,390 00000000000116d3a14a5a200da4676790deb4cd094d31f82aa60d806dd8a724 0.00 MB 1 0
99,389 99,389 000000000000c55f792a49eb4708cf78da1c463afbf0ee6dac94cc92ca2a09f4 0.00 MB 8 0
99,388 99,388 00000000000157b9f0eff48576a9eb2703e74d8ea697991c85ec8f8d9ab2cee4 0.00 MB 1 0
99,387 99,387 0000000000003231119602156a41e7bc4e88e8c5599cbb24f04a1c9f42395e77 0.00 MB 1 0
99,386 99,386 000000000003fa10014c854055dedba9ce9eb09aaa37e1de83013d4266010a61 0.00 MB 4 0
99,385 99,385 000000000000b95ffcfbdb1ab9f36b78ef1d926aa415c70e18931b4e1568b988 0.00 MB 6 0
99,384 99,384 00000000000449a4d79e47579ee0310410a94a715f13fa125d60175a33770ec4 0.00 MB 2 0
99,383 99,383 000000000000343fb3ed802eed3aeefaf01bda001adec58691bf86b010f043ce 0.00 MB 8 0
99,382 99,382 000000000003cdc0b0a9069c3f64800791a2d74121c75fa56ec8c39b547cee20 0.00 MB 7 0
99,381 99,381 000000000004732c26432822737847a9541e8f595c6c02e9af3ca9f30f177363 0.00 MB 1 0
99,380 99,380 000000000002b004735123b34d47a92b13d375b820e2df308e14007f9fe396e9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.66 GB sent, 100.54 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.