Memory Pool Memory Pool Refreshing

6,056 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,872 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (739,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,358 168,358 0000000000000ac9883d6fccc0ff97d5a18a33585e837900f762e18dd6d214cf 0.01 MB 16 468
168,357 168,357 00000000000001d440e68701c7e82de8b095741bdb76936b07598a8a9d0a5c29 0.00 MB 13 364
168,356 168,356 00000000000000c8c69a407f4df7703bde561189f70bd4e789507805e1c7e2f4 0.01 MB 24 31
168,355 168,355 00000000000001c2d3040cb6c1e13545348221b86c57817d1eabfb637706e652 0.02 MB 47 160
168,354 168,354 000000000000069debd2834bf84fa2b6bae257e4465f826f5b25effd12e1c112 0.01 MB 32 28
168,353 168,353 0000000000000172d46660b8d49128bfffc89d4a07908a35b47a5959cc24e65a 0.00 MB 10 100
168,352 168,352 000000000000042094a5eca8a51755089043a93f6c76b12d3a5fdd181e7cdebb 0.01 MB 17 35
168,351 168,351 0000000000000a007d9790c54f28c8ba2a21c7c783ab5277dcca1678eab698eb 0.00 MB 11 76
168,350 168,350 0000000000000967fbfdbd0f442a091482b4fd37c52a7565cec5fe08266c31c0 0.00 MB 10 76
168,349 168,349 0000000000000a5bef1a6b9f0cf196fbb8905fd3941af365a04a32ce1f9cc98f 0.02 MB 60 8
168,348 168,348 000000000000061f6a17e05a8cbc01cc1d3c6785fb277f07556ce92ab61913f1 0.02 MB 28 90
168,347 168,347 00000000000008949b1e1a977bef489536a9804ad89322af593ac3de7c1e8a32 0.00 MB 10 0
168,346 168,346 00000000000002ba9c0c414dfc649c59af00647c93127cc94c52c1b571fccb6e 0.02 MB 30 133
168,345 168,345 00000000000000c96659923448780da80213ad46be53ad991ba7cd0d29f6a8e5 0.02 MB 50 63
168,344 168,344 0000000000000ab65f8bc2a90198355b3756d4c71ce1472e5c37ff76249b7a47 0.06 MB 92 66
168,343 168,343 000000000000040d77cbcf9fb906c8b45953feef12f7510139ab641385214c82 0.01 MB 21 37
168,342 168,342 0000000000000078d1046506dfa74ad602e87fb3fe03a8eafe210aa2871f2876 0.00 MB 4 0
168,341 168,341 00000000000009ce5de88598a55269bcb7ad3165ffd08a5564f653e49d558ce1 0.03 MB 113 81
168,340 168,340 000000000000094d9ff2c8bfad49aeb36f569f4f9e5f9750f27924323eec244b 0.00 MB 8 1,712
168,339 168,339 0000000000000b96a76bf7ac80c7b35ec91b2b1f69e8815d5b098461719d6f0e 0.01 MB 42 173
168,338 168,338 0000000000000a23c7f989cee040937b0fd98dbc5fd2c33d61299802ab22904d 0.00 MB 5 424
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.56 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.