Memory Pool Memory Pool Refreshing

5,125 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,872 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (624,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,930 282,930 000000000000000018ed1699272fcb1700715084b427d3fad55563e223ea4e54 0.16 MB 331 34
282,929 282,929 0000000000000001209fefc23d0dfe0e85185e80e61a793319f170f6ca7bbb8c 0.10 MB 127 13
282,928 282,928 0000000000000001569a50daeea82d9e17844eb30b7903a9fba23dda2f1c695e 0.38 MB 789 50
282,927 282,927 0000000000000000135496e1d86be1ab71760ffdcab25d5cf5597ee30a212f9d 0.24 MB 414 30
282,926 282,926 000000000000000074e31d3a5a1e08332e81ff20cc768bb8037a302456bc4377 0.12 MB 280 33
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
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.