Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (617,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,082 290,082 0000000000000000f09a2465521e9bc4be700c0c406f12de5fd75d12e32fc62f 0.35 MB 548 27
290,081 290,081 0000000000000000756eca6b6566a8973dfe4f074f181e5a71eaef6da53b6f7f 0.50 MB 929 91
290,080 290,080 0000000000000000769d317df34a88e6cada3d48b44b099415740ab22576dbde 0.50 MB 1,137 54
290,079 290,079 0000000000000000bb67842942050e16f8be923fa234f185fcb6aa7406790444 0.35 MB 649 44
290,078 290,078 00000000000000000ef5c4a6f6a2559ba5452031ca0b21e6aee9ea75c3228c5c 0.07 MB 91 30
290,077 290,077 00000000000000011a9b1caed3f863c429f94f86bb288fced89ec781e974dc47 0.19 MB 426 34
290,076 290,076 0000000000000000ac8d4fa70c64271cdf97071461f714cbe99121def19a2af2 0.08 MB 157 20
290,075 290,075 0000000000000000d54e7768936c67fc1b42a730d6266e0d7b1805636e506983 0.50 MB 356 18
290,074 290,074 0000000000000000023a48484e5b6b401a2430812457584f56ca767f505c0097 0.06 MB 39 15
290,073 290,073 0000000000000000dd1bf64a6cf4c81c6a0903cf14164c92bd87ed85641b23a2 0.35 MB 781 45
290,072 290,072 0000000000000000b1330b81a96a3acfcb2f976efeab374323747bbc8b6005fc 0.90 MB 1,937 34
290,071 290,071 00000000000000008ccccea573ab2c1ed876ee26ca6fb3c0dd3f4b593a657ed2 0.25 MB 826 87
290,070 290,070 00000000000000001cdd46b3140dea1483bff3630ae4a8f9164248c131cbc6be 0.03 MB 76 40
290,069 290,069 0000000000000000563927ce99c8b843ea72262932527b9f2387b8409210b92f 0.21 MB 266 21
290,068 290,068 000000000000000061adbecb2d35cb946d853fa7af0c1fe65aab5e4c47a64ad6 0.35 MB 908 45
290,067 290,067 000000000000000044fe0d1cef055c1ad2b216adb34291e1e3feafffcbb7f5e4 0.05 MB 128 93
290,066 290,066 00000000000000007163a231322cf95701ae43372621e4b2b237cf51ee8aa0ad 0.10 MB 107 12
290,065 290,065 000000000000000021adc5db1406163aa01377cbe20a9c977ebc8dbdadbdf651 0.25 MB 590 38
290,064 290,064 0000000000000000f906a17e50187c7478f20f62848ba03b8707654dae90a4fc 0.25 MB 448 50
290,063 290,063 0000000000000000d826c46e586ae07d3db58ab38feeda65b860467fc8825d70 0.29 MB 447 33
290,062 290,062 0000000000000000236884cab7605603a6ed09b6319684bd5509e644448f2621 0.35 MB 477 32
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.