Memory Pool Memory Pool Refreshing

7,673 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,689 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (680,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,526 227,526 00000000000002a6e59999b3d7054e486a3fef82a5ec167100813b42a0f0a90c 0.05 MB 110 144
227,525 227,525 0000000000000019344fd1822ade41508756c4d78eaf12bf0416984874b3fbe2 0.17 MB 398 225
227,524 227,524 00000000000002b4ef0630d0bcfd97ae07ee41bd4a5d1445ea5b36dd92529f81 0.01 MB 16 353
227,523 227,523 000000000000018158ca346ace17b3af776cdc3e8383a2eee0e71e3f9c50330c 0.09 MB 111 120
227,522 227,522 000000000000030740e288c95708f522c4006a2a3e2a56cfc3b702c659318ebb 0.12 MB 269 211
227,521 227,521 000000000000021e12b474bf53b7cc7b68944f5aedbeb7d2fc204d7c1944fbdd 0.15 MB 209 115
227,520 227,520 000000000000020fc0f7289d3eaf7f22182681330bae87f6cd2effde95d1ab97 0.00 MB 14 64
227,519 227,519 00000000000001e6e124bbeeb29bb3b415ab371f004ec8b42dfb2b82260cb54b 0.00 MB 5 79
227,518 227,518 00000000000001f3452e556d1c7896621c0c510dbd1cf4518c91240c52adbf11 0.13 MB 259 207
227,517 227,517 000000000000024e8ae4bc744355c288fb06395f74324043f1fc4c250e33af1c 0.11 MB 323 267
227,516 227,516 00000000000001aa551fa6976a70dbd3ac0306c21f34815962a7563d2ba34e63 0.15 MB 150 107
227,515 227,515 000000000000010155ae89be2e1fa0986c131330027c01ef1da7f3c1c2836a51 0.14 MB 328 190
227,514 227,514 00000000000000dbcef4b0e5515bb1742aebdffd9940dcf323d9593ef01983e6 0.09 MB 220 162
227,513 227,513 00000000000002fdd785cbd3b23b5c78502ef19957470aa6f92be6215cce2128 0.00 MB 13 521
227,512 227,512 00000000000003734ab101fb465dc13a1ab2c63090f6e13ffee2ad142babe438 0.15 MB 179 127
227,511 227,511 000000000000007d881ebd5d7fd27f4ebf1052fa554ad02eccdbe92ed68e2cc3 0.33 MB 479 156
227,510 227,510 0000000000000208aeea71b7aa03c7712d59980f74bbd65e54be8d10636e82fd 0.18 MB 159 70
227,509 227,509 000000000000024d7a0ef78cbefee3a73552aeaec39bad266577e19085426da3 0.25 MB 668 338
227,508 227,508 00000000000001b816ed37246b4bed480a7d13dfec4c6ed257397e67b4c02b0b 0.11 MB 176 115
227,507 227,507 0000000000000011cfa5f0423bcb9c33cb52ddb4abfc392e7ea24d71739773a2 0.25 MB 572 165
227,506 227,506 0000000000000045f4fd147b65aaa3ec322e321b03f9e5f85dca739f322f7144 0.25 MB 823 232
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.38 GB sent, 93.03 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.