Memory Pool Memory Pool Refreshing

10,227 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (639,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,828 267,828 0000000000000006c8850c840cdf0032c630e083fe3b2495e65d04d6202c21a5 0.04 MB 75 12
267,827 267,827 00000000000000029e449c7377574a7162ccb4ed16c4fb24797c5ec9c978f8ef 0.22 MB 435 66
267,826 267,826 000000000000000429abd473537ad425b3f363ebfc77cae25cf9e41eccafdea6 0.12 MB 218 61
267,825 267,825 000000000000000a1365e485990595f874b8f87429a94d541b61317ea1a93da4 0.22 MB 467 72
267,824 267,824 000000000000000275ee13c44cfc8a50c6d2364c5a9565165878b5af30870bdb 0.01 MB 20 27
267,823 267,823 0000000000000008f7a451aded8a4ed472fc956f080a6e939c2e4b023fa7ff6f 0.11 MB 186 37
267,822 267,822 0000000000000000858e173eef2d711d645bfc0daa75179cea74b5e14dcd6cdd 0.07 MB 134 48
267,821 267,821 0000000000000009eca9e4808176f20890e4b5ad9164b5da56928b2757284797 0.17 MB 331 74
267,820 267,820 000000000000000429f769719cd2eb7efd0349f379036e1540ad938ddb858404 0.07 MB 79 64
267,819 267,819 000000000000000436df8820690e7015cf78b439cc398b00efda6fc5d35ca46d 0.09 MB 140 47
267,818 267,818 000000000000000819290f3e47580e5cce7ce2043be987ea26ab282865114939 0.05 MB 109 73
267,817 267,817 00000000000000089951e6935dbb117627a007189933bb63c00545b2220b9dfc 0.10 MB 187 90
267,816 267,816 0000000000000006fd15a014c76b0bd0200b74cbcbe8f3a873cedd2798e65a59 0.03 MB 59 67
267,815 267,815 0000000000000009a681b5a4457c01bab393c9256a273244692f8e231240926d 0.04 MB 73 45
267,814 267,814 00000000000000017e395654ab959f215ceca8d4e7955b6bce4028f256f6c267 0.07 MB 109 51
267,813 267,813 00000000000000025a8f5794549d83c9ff917a9b8515ec7a566b2a69a7f8902d 0.10 MB 197 59
267,812 267,812 000000000000000282b1e1a7b1aecdbe3f24e96f594fa2b45a3e2adf38376175 0.07 MB 123 55
267,811 267,811 000000000000000693cc2a6d0551112ac096f9bca255bbf4a2f0381179fff90f 0.01 MB 19 66
267,810 267,810 0000000000000002237e3c82d407355fd0e450b70594ae4e38224544af0565dd 0.11 MB 170 26
267,809 267,809 0000000000000008c5dfccfa7ef73f8c28034f3b1b63dc256d1d41eeb4c7e186 0.13 MB 263 50
267,808 267,808 0000000000000005222a0c30b1c6f11d3c2efa01b6ae21a8b3e1d7cd7dfd57db 0.10 MB 132 39
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.72 GB sent, 93.04 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.