Memory Pool Memory Pool Refreshing

3,682 transactions
1.13 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,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (624,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,925 282,925 00000000000000002692d1a4cb23be6f517c4cb707a26ed116ecc9188b614971 0.20 MB 319 54
282,924 282,924 00000000000000009a01f4db90f3bde59d8a2b763ed86a9abdbb86b487834d75 0.73 MB 1,702 41
282,923 282,923 000000000000000007907c375c36b16f6819590fc99bed825d8ef16b18e6d400 0.06 MB 127 19
282,922 282,922 00000000000000006d4328c960f42773444e617cb6f1e6aca38d5818f77a8380 0.13 MB 223 41
282,921 282,921 0000000000000001e54fff66138650c9f4aabcbe28a492e5a204f23b75f846c0 0.31 MB 474 26
282,920 282,920 000000000000000109d127008c82c47464de0bd2ec165fe8ef8da6f2a92a7ecd 0.90 MB 2,117 33
282,919 282,919 00000000000000016ac4b045ed6cb9ac968c76d630cf718d9e34d3502f030096 0.05 MB 145 543
282,918 282,918 0000000000000000aae66f596d71e619b1a4803c31d9261e8152f58df8ae3414 0.25 MB 699 90
282,917 282,917 0000000000000001f4af5e0f30977837efc2f386b894e3d046fd1a0ff71cc7b1 0.11 MB 192 43
282,916 282,916 00000000000000019414ff284947776ab4a960c3061001957098704474757a6d 0.11 MB 183 25
282,915 282,915 0000000000000000afd8c0c2b2622b55f5d9b037b59b7af1e4b377d1cab712a6 0.09 MB 164 33
282,914 282,914 00000000000000009891d40e4f4267c0da00b81f08628965309ab9da6b32f846 0.08 MB 128 26
282,913 282,913 0000000000000001c4cb73c6d3e174982d096ce36cc9416bda75bd89dab548ef 0.05 MB 119 60
282,912 282,912 0000000000000001aea9825622a2bfa170f6cbcd6636daf147845de3cfc6cc98 0.18 MB 274 31
282,911 282,911 000000000000000179d5dca0208fd45a6753bc0e182f22154601ebe9dbb35f37 0.24 MB 531 55
282,910 282,910 00000000000000000eb019323f638459bf56f27bbc30b9032c59bddc38ec232a 0.24 MB 411 32
282,909 282,909 0000000000000000bf264e304f9254862b8e956f87a401f6b3fb7959e8316afb 0.11 MB 163 25
282,908 282,908 00000000000000002ec21b76e253cab44aa5094c538d65d30e15b7292c7ea587 0.50 MB 933 35
282,907 282,907 0000000000000000cdc485b529029effb171213be1cba3a47536d230822003af 0.05 MB 135 162
282,906 282,906 0000000000000001872f5ae5479756efb82ddd26003cc0581e868d795770808b 0.68 MB 788 22
282,905 282,905 0000000000000001f0a6ce935fac7acb3821e4fabbc485a0abf6d5d3acf756fa 0.50 MB 1,486 91
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.