Memory Pool Memory Pool Refreshing

2,705 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,645 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,191 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,644 (812,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,310 96,310 000000000002706809a781398d6047e5d6181f8c0fc968d6b85996820c8f3d8a 0.00 MB 3 0
96,309 96,309 000000000005c0d44a46ce82ab2e7ce145973c306f2509665c63d72dabe0fd74 0.00 MB 3 0
96,308 96,308 000000000000fc39977c8602a37e9cf88673af0fc34e9faeef099fd4d4a67380 0.00 MB 2 2,288
96,307 96,307 0000000000003dfa03896f43103dba92a2fb5c18a0e180c6689f6e1065b12573 0.00 MB 2 0
96,306 96,306 00000000000295163cd9efa925bd9fc076781379c4a8da968b0f039ec5eb15d2 0.00 MB 1 0
96,305 96,305 000000000006470d5acf2a5fd8c20c206b1c00bc6ad1c2a04903734922425135 0.00 MB 5 0
96,304 96,304 0000000000005425ef398e36c501572fe163810893440eac494cd0f4d76f0274 0.00 MB 4 0
96,303 96,303 000000000003e171ec1fe064ce51b1fcc22c554ce4e4b4bd4a97385c6c2362f8 0.00 MB 4 0
96,302 96,302 000000000004a96ec584d150e3d6256b96187ce3d3af1d1f6af7dc0101f94659 0.00 MB 2 0
96,301 96,301 000000000002f96cdbc4e8fda3f962189042c03a3d241ac720643d1bb05afb92 0.00 MB 3 0
96,300 96,300 00000000000388b7ff437d4596dda03e9268fa49daf0afea3754b982cc3269a3 0.00 MB 1 0
96,299 96,299 00000000000293c22f754b0b37226719ef31647cb522dba3e3ba52bc122fea1c 0.00 MB 1 0
96,298 96,298 0000000000015b260d1639c5a4e18c3a53b453343a50684228953b7b0761f724 0.00 MB 2 0
96,297 96,297 00000000000276e6337b7670f7c6b25a87c2abdcee023f58966c3371d169aa62 0.00 MB 5 0
96,296 96,296 000000000001ee7719ba2316d1e438e9605750ead668d20685c40bb9ecd67bec 0.00 MB 2 0
96,295 96,295 000000000004333c58fd28d685fa2923b9d016ee0a6e904788d537a6c037abfb 0.00 MB 3 0
96,294 96,294 00000000000119e85268df0aa3035d79403f91b1d29092c33e15d4c4dae7b05a 0.00 MB 2 0
96,293 96,293 0000000000079a1c2e27684bc8a55c21bba9d4af191ef61a063b21864b72ce8b 0.00 MB 3 0
96,292 96,292 000000000004ec35f53b29455dd1391629a2b9589886c71e3edda2ab27040ab5 0.00 MB 1 0
96,291 96,291 000000000007d0a10ea12d5c8eff2916d3a53dd5bbe7000bf93b08cf2337fd85 0.00 MB 6 0
96,290 96,290 000000000001d7d3239b0d20843c64545497df9ca7a2534bc17a71b952708cce 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.28 GB sent, 101.39 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.