Memory Pool Memory Pool Refreshing

3,301 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,527 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (562,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,363 345,363 0000000000000000003e534b2c46ea15a36443345f240a8d435f992bb64e3be6 0.17 MB 284 19
345,362 345,362 00000000000000000a411cfa3fb240d3447ec0dfddf79753bd05520e2ac35dfb 0.26 MB 279 15
345,361 345,361 00000000000000000f9134f23b9d6fad2deed152a739d29c995d78df7c2603cc 0.14 MB 178 11
345,360 345,360 000000000000000013743321b21af46e0323ce9586f02ae47accd4ba05c7e18e 0.10 MB 128 15
345,359 345,359 00000000000000000df9bfa75fd1d0e4d48f809e51a258b9dbda271b59b29946 0.75 MB 1,338 24
345,358 345,358 000000000000000015f823dfe91e238676b02378410c5f3c6f2731dc577d4707 0.55 MB 1,087 25
345,357 345,357 000000000000000015c20bd8b8cb2e188e501b47164d6f6ef4ecc98b12f945b6 0.40 MB 773 25
345,356 345,356 00000000000000000c9b8d1cf7fba322523f02036b648a7460cc1b0fe5b5fa35 0.50 MB 679 16
345,355 345,355 0000000000000000048df3b62e1698f0f9f9f2872eb12ac49ca2b2b6271f3478 0.75 MB 1,275 26
345,354 345,354 00000000000000000e80ef266ee38692f04ed6242e7aba5f97277553f67a1b26 0.16 MB 512 40
345,353 345,353 000000000000000007334df758094be3c476680cd8b4c2512e93251fc50721db 0.47 MB 787 24
345,352 345,352 000000000000000011176f37dee2f2f014d73b68014c66730820e06ff5948704 0.15 MB 146 19
345,351 345,351 000000000000000001e5641ce8477bc17de504a23ffabee3b2804e7ca1d8ec0a 0.59 MB 839 18
345,350 345,350 000000000000000013031bba4919b0e0cd3ac3f5527be20aee80de15a9e829b8 0.75 MB 1,037 21
345,349 345,349 00000000000000000a606ff6b8363cca23358dac5dd390897f684081a3e93585 0.75 MB 1,328 22
345,348 345,348 00000000000000000fad06ca404d52a779d452000057a8342b064618d05a4450 0.32 MB 759 34
345,347 345,347 000000000000000015ae6869e7efd1c559638e5cf975efd15dc8736cdc28366d 0.28 MB 374 20
345,346 345,346 00000000000000000afdb7ff13bf163415f25ee0fd3387170439f663a4f7af7e 0.06 MB 12 2
345,345 345,345 00000000000000001203e64110b6f8770e86deae257efe906d03552d7127542a 0.32 MB 673 23
345,344 345,344 000000000000000006da3bdd198ebc3c8fbb4a34309e96a52e740a5958ac14e1 0.52 MB 828 24
345,343 345,343 00000000000000000f6e9d4d2e3aabaa4aa23d784d0542b318069bce40a7dbb4 0.72 MB 1,385 25
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.