Memory Pool Memory Pool Refreshing

245 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,040 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 221 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,039 (758,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,370 149,370 00000000000000ecce35fc06ab7ad3a50265d62c72a70e1f69caa1387e6187f5 0.02 MB 76 71
149,369 149,369 000000000000020c837e7c3f9f77410ace583a2bb9ab37bf7d731be677f3f24e 0.02 MB 47 72
149,368 149,368 00000000000005757fa9fb74ec454bfc31ea23f2a23550c61562fa2f3d3724a6 0.01 MB 28 86
149,367 149,367 0000000000000431f655db91d91712f38e7162bd955f432f130177b2a47437f6 0.01 MB 40 153
149,366 149,366 000000000000035585fcca52cfa65408a27836a168d40754efd4608b0a403b9e 0.01 MB 36 62
149,365 149,365 000000000000024063acd2399484b9adbf64078f2becb1b262391dc33543c51a 0.00 MB 10 19
149,364 149,364 000000000000032fbe352ba8d3ee57b15306746ea73f1f427a41c44f8bfa744b 0.03 MB 43 82
149,363 149,363 0000000000000a821abfb0cf1db71b94529c8fec090d3da22913679d40f00b34 0.00 MB 11 517
149,362 149,362 00000000000006ad8f9f9e01fee67c764adefe1cd77fc7b647f1d8b1e60cad5a 0.02 MB 50 164
149,361 149,361 0000000000000b168210a58ef453ae2328036c11c1b999fd456adab8eb7f57c9 0.04 MB 132 43
149,360 149,360 000000000000027ae526d1040fa7a80ea8087c77ca53453289966f9a6fce1e86 0.01 MB 32 320
149,359 149,359 0000000000000253b1682eb52de5c358f6750031e5518795aec658547658d959 0.00 MB 4 53
149,358 149,358 00000000000007953a23d1f018e9659b3e05fbc2332f40e5d5fb4516937caa6d 0.01 MB 27 59
149,357 149,357 000000000000086233c0fc65c616a81cfe010e7f4025918ac8d03dfd196aa9ce 0.02 MB 49 157
149,356 149,356 00000000000005ead45dff2e0d457981a56aa6af2f4eb9ed94372dca79ca9391 0.01 MB 36 143
149,355 149,355 00000000000007ea9f85feee939e850ca84ef78a99d39a07cb8e10792b9fa617 0.00 MB 10 60
149,354 149,354 0000000000000326efb9c1e87a63d15cc6346eac7ed8cb10a5fa79f1594dd2c3 0.01 MB 31 101
149,353 149,353 000000000000009fac5b33dbf4870470f63c80c2014b0bd6b2f5d82e38c5045a 0.04 MB 127 48
149,352 149,352 000000000000025b06f3c541408ed5ddd635f43600fd9f27417449621d31b4aa 0.05 MB 81 164
149,351 149,351 00000000000007743367cfb1ba7025a0ca94c38543eb73c1b018c998ab07648d 0.00 MB 8 0
149,350 149,350 00000000000002baa74e2dcb54aa8a7ed25516f7ef59a534fdbf15a9751ade30 0.02 MB 41 115
Previous 10 blocks ↓
Total Size: 769.62 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,651.87 GB sent, 95.95 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.