Memory Pool Memory Pool Refreshing

8,502 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,687 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (583,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,903 323,903 00000000000000001524a52f8132924300cb5b306b05b0b763405403671b3b25 0.18 MB 378 32
323,902 323,902 00000000000000000e3fe704a71341a81a5a22f9d422d4ad1323c79a39a31694 0.05 MB 112 43
323,901 323,901 00000000000000000756c7f154baa21d1e9513d06b2226eb6d5752366ea2d1a5 0.09 MB 252 45
323,900 323,900 000000000000000008126700d6300887cf2c0c2254b37116525919109db85b0c 0.35 MB 550 21
323,899 323,899 000000000000000012b809b54906379d06162cde595fcb9b8028991a1dc756bc 0.31 MB 529 28
323,898 323,898 000000000000000009970a4925ecfa3be042bd3af644630b74e29c08bfc47eae 0.04 MB 64 49
323,897 323,897 00000000000000001f22c16975a6517a0c5820a140dbb041efa1fdfb554ce57d 0.05 MB 117 33
323,896 323,896 00000000000000000e1a0b6c534746c4ccdeeaffa7b4a241ef878fdfcc12cf93 0.01 MB 35 30
323,895 323,895 000000000000000012f8d4c6b0beb4a8e75e7cebae79ec7d70dc20d02cf6b999 0.03 MB 55 29
323,894 323,894 00000000000000001e29c479498e0ad947e150a10f06f80373de86825979b0cd 0.18 MB 564 32
323,893 323,893 000000000000000000ca1ada1c0fd2fd27a7cd259d02a207e783142767716183 0.04 MB 89 29
323,892 323,892 00000000000000001a6d195bc617405febba4aabcafa94c35dbc1f39ecda9241 0.07 MB 146 27
323,891 323,891 00000000000000000f3543c776c97c5c46b90d982ab2cfd006c5f84bebcca3bb 0.08 MB 169 39
323,890 323,890 00000000000000000b8b871dff1cf28a5325732786d88c46993477f2cd43d2c8 0.04 MB 84 28
323,889 323,889 00000000000000001ecb6fc6da69f2748d3bb47fb199129c2cc759c1390c3806 0.40 MB 727 32
323,888 323,888 00000000000000001538a5e96ce550c2061144b464c3f3b9adca422f51d0954c 0.05 MB 55 8
323,887 323,887 000000000000000017042d766a33ab5406ea395b7295b5b99816f08727b83d4a 0.14 MB 291 31
323,886 323,886 00000000000000001e5c9d8445afabcc07bdb1cc678317b8400cedbd4db71fab 0.04 MB 88 29
323,885 323,885 0000000000000000156cd61598ea5d879aba334c74e48b7320a583c9a55529ff 0.15 MB 248 22
323,884 323,884 00000000000000000e8d6ba47b57b8cc4b4733f339a36e734453d51d25fe62b1 0.30 MB 550 31
323,883 323,883 000000000000000001e087adef77c5500284ba91de1ae7d5cfd7d276e55ff8d3 0.25 MB 521 28
Previous 10 blocks ↓
Total Size: 769.17 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,633.13 GB sent, 93.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.