Memory Pool Memory Pool Refreshing

5,484 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,425 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (602,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,200 305,200 000000000000000012caf02ef177f064090d3046292dba57f1903f020eccddab 0.01 MB 16 30
305,199 305,199 00000000000000003a711888f9fcd26b2deb708aa405fac4414efa2049385ade 0.17 MB 164 20
305,198 305,198 000000000000000007357eec32da01058e4e9bc823ef966564d8f5b25c658168 0.35 MB 500 30
305,197 305,197 000000000000000031b6f022bf3c8f99bcb30a183cc8234e1f165b5d13370e52 0.05 MB 86 14
305,196 305,196 00000000000000002f71c24b4e8c30dc504637e7bf6663da5c03e7c80fccc9c8 0.32 MB 536 27
305,195 305,195 000000000000000019d1c42cf08f68f52ba37a6ce29286e24961a3ec51c9c756 0.29 MB 439 31
305,194 305,194 000000000000000019fbd7fa231e0ee485244afbbdf54c8e89de80f5d5c786bc 0.17 MB 267 31
305,193 305,193 000000000000000010c245ea8afcf0a512df43588331b5bc884b46ed43673e67 0.86 MB 426 13
305,192 305,192 00000000000000001db86b71ab890ceb5cf41c1cb0a54822f95d0033c287e926 0.92 MB 571 22
305,191 305,191 0000000000000000597392907639952da329e525e64bfa985eea0296331de705 0.35 MB 528 32
305,190 305,190 00000000000000005ad39fbbb8dba25c7b2798e0fcd4f78061f3c6e417a32b00 0.17 MB 390 32
305,189 305,189 000000000000000012b0aa2356f0365010914751c8ff362719582d8c6e8ba4d9 0.35 MB 920 44
305,188 305,188 0000000000000000284bc285e23f970189d048ff38c030aa51007e2a8c2af2f0 0.50 MB 850 30
305,187 305,187 0000000000000000148944111e3e9c8e1ee5fefd919550dc34b1c73eb1c59ac1 0.35 MB 1,115 55
305,186 305,186 00000000000000003c39ac552ef1dde3fb7aa8ffd22d5464a6327ee74349e7b3 0.14 MB 204 26
305,185 305,185 000000000000000038087fc047bfb2fca1b9f2998a1bc0b3709f64e0bc79c2d9 0.09 MB 188 30
305,184 305,184 00000000000000000087f7d3038252653aeaca3df41a6af893a3b765faf49b22 0.31 MB 635 31
305,183 305,183 00000000000000005a0a41b01d737c5631deff5d44618331884fc35adb5478f8 0.02 MB 38 18
305,182 305,182 00000000000000005b804aede232d481e715218ae89de613df503ea6113466d9 0.44 MB 828 31
305,181 305,181 000000000000000023a51d58aba09361f4a8e8d46946d182f804ffd86046b097 0.35 MB 467 13
305,180 305,180 00000000000000001044e1ec93117465a17fd62fe3fe53fe9760981221b7d35e 0.12 MB 153 20
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.82 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.