Memory Pool Memory Pool Refreshing

2,648 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,643 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (644,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,900 262,900 000000000000000cf4cc7ce14f818dd6eb7a7cb144528ee144cfa2e4a3a145fa 0.03 MB 81 81
262,899 262,899 0000000000000009c3a03b5f6c081346b9500d30b2077c7dc9eb218c94e1a777 0.10 MB 251 90
262,898 262,898 000000000000001285f1250086dbeaf792707b27b6bd6f7b582baa2497daf481 0.12 MB 315 109
262,897 262,897 00000000000000154927b83b942332e54eaed530c4d9f200abbb4a58b4a1240b 0.09 MB 227 96
262,896 262,896 000000000000000e98fed26fc8a127ce1fa8897e7a84b4c4e163bff1f29d0b20 0.07 MB 134 85
262,895 262,895 00000000000000108b1a1bd310746f6c279f0f50c87b53f3d121f3243c263826 0.04 MB 76 76
262,894 262,894 000000000000000185d3e36abe2f73666e3bb73c8be723932fd64013b88747a1 0.13 MB 316 105
262,893 262,893 000000000000000f046afde07b68d19bf4967f28c4f62e285998599062726c74 0.01 MB 21 129
262,892 262,892 0000000000000012d7f3893de0b981ed259e5462689778c45f910be08f1b6044 0.00 MB 1 0
262,891 262,891 000000000000000066e6e2ca30f3b9e8614d4906f0b71fc6c2435e51368bcefd 0.17 MB 351 111
262,890 262,890 000000000000000cc38510cd07a5ca5863900a1bb2cc95462c13f65757d4ba5a 0.05 MB 134 96
262,889 262,889 0000000000000007f92561b8b69c6becb2a9bbe3318fdcce2b1d4191aa2d943c 0.15 MB 67 9
262,888 262,888 00000000000000143fc1ea93b158ffec10dd0150f3a4b0978a99a736acd211e9 0.04 MB 86 81
262,887 262,887 00000000000000063e1d6403cf7eb23d5e23081863255af695938d7c7423e4fc 0.04 MB 101 74
262,886 262,886 000000000000000925197bdc0c2728dc98df66ecf54832d2a427e60ec9b261f6 0.10 MB 254 102
262,885 262,885 00000000000000158904a6ca43d1be8155a9e9eabf891ded707ccbe1a0608411 0.14 MB 344 103
262,884 262,884 00000000000000167eab11497ee2848a39abd721c8f2ea5b5673ff918e38647b 0.04 MB 98 75
262,883 262,883 000000000000000320cecff415a5053283c301c198f8813483a2ea5bf8f38c96 0.13 MB 284 97
262,882 262,882 000000000000001357495df03db94ba0188df7bf3d363b37c7d0155e02383e4e 0.06 MB 146 70
262,881 262,881 000000000000000f57f8b0207cc07dbcec650a566b433c69a53b0fba0c88c954 0.10 MB 294 129
262,880 262,880 00000000000000080eec3ee17d62d65f4358531ef797771b2c4677acec238750 0.14 MB 326 68
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.30 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.