Memory Pool Memory Pool Refreshing

4,224 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,232 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (167,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,090 740,090 00000000000000000003ec8619f6f43489cd90e7f43ba07db1608c2ab39d2d28 1.46 MB 3,470 16
740,089 740,089 0000000000000000000235c2c776f02eec8bb7f26cf1e2309ec3d7fcaccd0f1e 1.64 MB 1,773 5
740,088 740,088 000000000000000000084db5d4d51b2c0704069ac83514b375d4e19bd7b550f6 1.58 MB 2,962 13
740,087 740,087 00000000000000000007a44f5777f841268ccd442ff1b7f29e05eae038c7c43c 1.51 MB 2,917 7
740,086 740,086 000000000000000000093786f0af69ad3863d96662cf9b2629b3ab7dc86810dc 1.60 MB 3,519 6
740,085 740,085 00000000000000000005966b37a7962a4f14e3aa0b899e60bedabd81c4146409 1.41 MB 2,291 11
740,084 740,084 000000000000000000021e0ff5460bbf5406cbd9c746fe2e59eda9e87d2f88b4 1.41 MB 2,190 9
740,083 740,083 00000000000000000006f0efc4e47043dfe4b811b923a43cf0ab1ab8c9493652 1.50 MB 2,375 16
740,082 740,082 00000000000000000007eafa26bf819c02069a9d2bcec5220a080b3d188f9158 1.44 MB 3,584 15
740,081 740,081 0000000000000000000393720742c671a69d4667c5f4e52a82cbb233f1c340e9 1.39 MB 1,620 5
740,080 740,080 00000000000000000007f8e9c4ac6f1373910805a53f6284946ebb3d51563e7c 1.62 MB 2,607 8
740,079 740,079 00000000000000000005076669cec451bd06e9dd3904e6f78ed558ca220cb61d 1.56 MB 3,138 10
740,078 740,078 00000000000000000000740f2820a1320562b0438ec6d44c15d37b388ec76d04 1.30 MB 1,804 5
740,077 740,077 00000000000000000002c32c6f8907037c846f5c697b2c59e0d316b21484fcdd 1.32 MB 2,316 10
740,076 740,076 0000000000000000000552e67e8870fe6550c04dbc6aacb5ed5f82cd2f055931 1.52 MB 3,445 11
740,075 740,075 000000000000000000049ea0bd8e5752e963ea36696365a5562349c043ad98bf 0.72 MB 1,462 9
740,074 740,074 00000000000000000006db9678d75ef0fe2d6a5c3e93fc8bb98c3a3b75df4f7e 0.93 MB 1,625 7
740,073 740,073 00000000000000000004b87e4f4a2e1aa2c88d97ca8a33222fa55a99632ffd33 1.44 MB 2,229 9
740,072 740,072 000000000000000000068d2649f2c8d2683e503d2f2718c002b5d65ee55c8ee1 1.16 MB 1,216 3
740,071 740,071 00000000000000000006b138212e3b605c26bf5094bd29fd842cc54eae495d68 1.29 MB 1,537 10
740,070 740,070 00000000000000000001d2474de68fb7e463e39d4579d49c9d66f66b47229da8 1.47 MB 2,352 7
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.