Memory Pool Memory Pool Refreshing

1,677 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (637,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,527 270,527 0000000000000005af496e4f015a90ff5a5513fd43d8d15f6f0cac43fa6b9d76 0.42 MB 831 61
270,526 270,526 0000000000000006546618adffee062f586546d49f7e6d7ab64c10f19f4823fa 0.20 MB 373 52
270,525 270,525 0000000000000006fd7cd79a9178bb59f5429a0a5354f2494e96273589858903 0.50 MB 1,044 60
270,524 270,524 00000000000000000d130fae41e99adcd3c4b7107b4dea6da88f312c2bae5130 0.55 MB 1,012 27
270,523 270,523 0000000000000002cad32a1a7cc48364cfa311482b076ccb04e1ac591a841cf1 0.23 MB 433 45
270,522 270,522 0000000000000005f2093feec34b5e1f34b90f7d19a657453e8e68008cdcd2ef 0.25 MB 380 23
270,521 270,521 000000000000000389d0e98c2367f5a24f48e0b70caf772fdf96c8eebd4e7f78 0.25 MB 602 88
270,520 270,520 0000000000000004050ba185ce9721f508a216f137db9e1628ab3f3437457c2a 0.23 MB 438 74
270,519 270,519 0000000000000000b3155cd064e2cb0b7ffb8407d6eaa3ef9c46f11d53690cc1 0.25 MB 470 58
270,518 270,518 000000000000000515a084168adaab62962349584b2d85475203e56f83036b71 0.17 MB 231 36
270,517 270,517 00000000000000021f19a976b5a87cd4d814000783ea98512ea6afe0def4c2db 0.25 MB 557 53
270,516 270,516 000000000000000305de339f9530465e82252fc6416fc2ac4a7a35b74693e947 0.25 MB 631 122
270,515 270,515 00000000000000000b58776297360692930b802a79bb0bd8b40ec8c40feb2b82 0.48 MB 395 25
270,514 270,514 0000000000000003ab26509bb94a42e39b1deaced9e00dcd33151fec2e3816fa 0.13 MB 145 22
270,513 270,513 000000000000000309d2a5657117c410bc9df2c8802798afc5bc3e50c2049c0b 0.25 MB 206 32
270,512 270,512 0000000000000003fcdc7f46c6f8d039104d38952d5563c7898eda5f1c8246b0 0.50 MB 919 40
270,511 270,511 00000000000000019573a005d0a0e1e16e258e03164fc5233844472871298fc6 0.02 MB 18 43
270,510 270,510 0000000000000005d1143636886a8fa5b19578784785b8c194891a388617cb2a 0.48 MB 1,047 68
270,509 270,509 00000000000000000735ce11ad811577bbcb2183be91da46f1880afc781bf117 0.25 MB 489 90
270,508 270,508 0000000000000005c56927a85d18e42acba6986b30c18900bb902085611ac374 0.25 MB 334 32
270,507 270,507 00000000000000027eaeeb7e877711817e3e36f134475abe9c21149e92ab7999 0.50 MB 390 16
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.