Memory Pool Memory Pool Refreshing

9,916 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,907 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (442,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,732 464,732 000000000000000001d822cdcbd79dc37079c2f6353812518214b5c4dde02e8a 1.00 MB 1,131 166
464,731 464,731 0000000000000000018f58d1dcb4e3b25159a35464cf85d8232f77e1b03e82b9 0.92 MB 1,539 194
464,730 464,730 0000000000000000018b2c41fd3279d1135b0012671eaf790ba68cbeb0d08d75 1.00 MB 2,040 210
464,729 464,729 0000000000000000002147160731bcee247f352632c7a24e3788e2c6212862b0 1.00 MB 2,198 185
464,728 464,728 000000000000000001ba8568701949bab6f58a8c319f7c3f87741c006cfbd5ab 1.00 MB 2,690 208
464,727 464,727 000000000000000000f891ddc62aabc77c5ca1416d1dfbff8937169bf25a133b 1.00 MB 2,288 206
464,726 464,726 000000000000000001797d91c0aae3d50ddb8f4f235326cd95b688bf5f773860 1.00 MB 1,553 135
464,725 464,725 0000000000000000014410d325a73576f4ef706f3c713673e8642ead7316b3ac 1.00 MB 2,069 162
464,724 464,724 000000000000000001537e9a454cb81123781bcc802c196d8ac205f8085694d8 1.00 MB 2,054 158
464,723 464,723 0000000000000000009c243353f6a1a63f57ad44287dd35c57f7c6e86fc6f268 1.00 MB 2,224 173
464,722 464,722 000000000000000001726e26dd7dc925726e67bf14d7781164e24d0523431d73 1.00 MB 1,992 173
464,721 464,721 0000000000000000011750ab5c9f7b5f24cd0d9127edff9bf8ec694e0ff1425d 1.00 MB 1,383 169
464,720 464,720 000000000000000001042be00e57de13b8c4479a77f3643acdc15cda4213d443 1.00 MB 2,221 239
464,719 464,719 0000000000000000017cc6ccd7bc6ea683bf5509d7011e72462ccdadbcf852aa 1.00 MB 1,711 192
464,718 464,718 000000000000000000616197ea06734cbac5f04d6ce45af92d820464e7af8df7 1.00 MB 1,691 191
464,717 464,717 0000000000000000021351cdfa05dd7757593212b2289b538465bc9c7e55d224 1.00 MB 2,087 177
464,716 464,716 00000000000000000061368ef68d915eeecbf1a94ac8309fdaf5f938ced5de6e 1.00 MB 2,025 197
464,715 464,715 000000000000000000d488241d413723c73b35d73203fea3b3c2399df73b9abd 1.00 MB 2,688 204
464,714 464,714 000000000000000000509bdb9a0fa181035d8b1b4b061a5cfa573f925cec9973 1.00 MB 1,866 222
464,713 464,713 00000000000000000010729c68b3178c7d39c12251127f112a4b3c3b2099b83b 1.00 MB 2,630 223
464,712 464,712 00000000000000000080deb42994c97291c48e9e226b95fde0716e9f6de41234 1.00 MB 2,280 267
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.00 GB sent, 93.01 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.