Memory Pool Memory Pool Refreshing

8,869 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (552,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,417 355,417 000000000000000014b45cbdc3eb5c2225549a1389cfcffd5e393db73efdf339 0.16 MB 282 22
355,416 355,416 00000000000000001019fb9da683c9b6f05ff4365e7393a4ed45cdf893a0d447 0.59 MB 1,150 28
355,415 355,415 000000000000000007625ab5261044d24aeecdcd1e8644b1330018c225de8dd1 0.42 MB 855 28
355,414 355,414 0000000000000000090ada4ebf1b1af3fccf0706247adaae2459e3b50e0e84bd 0.65 MB 1,265 28
355,413 355,413 00000000000000000dc614f02330043f23d8924301b3a0ea5c8ede4adfd641ea 0.56 MB 1,010 27
355,412 355,412 0000000000000000025dfafbf207cc595937d1f8ab75a644f8eae90ac41bf1bc 0.48 MB 913 28
355,411 355,411 000000000000000016c2a20417b6f68103734859b609ae3e0afa23cea290d770 0.51 MB 1,069 30
355,410 355,410 000000000000000006377e5cef2851aadead64389466ae2f559bc27783178733 0.56 MB 1,149 28
355,409 355,409 0000000000000000122c5800351787f5111eba8d6c75fd2ef51cd95f115525f5 0.63 MB 1,069 19
355,408 355,408 000000000000000006b98874379818eee75cbce7e8ff653d5c01e5b905ff67f0 0.75 MB 1,351 26
355,407 355,407 000000000000000015e09089fbbed2f5ed07ce262778908878f123315a568d0c 0.75 MB 2,241 39
355,406 355,406 0000000000000000038b1d350495024b66fac6db5ebcab3000b3d6a478b84536 0.68 MB 1,419 27
355,405 355,405 00000000000000000de09d8ed1ef8c0ca2be18a59d4d6b0225a2465db32dfd69 0.10 MB 83 7
355,404 355,404 00000000000000000280ed12942db606957d03642671d66f3f1773eafb691592 0.40 MB 788 25
355,403 355,403 0000000000000000024800c931025230bab79edb70059c7fba16d423898649ba 0.08 MB 68 7
355,402 355,402 00000000000000000be8185b447c2794aa39f438c71e02b7d8522bc08c8e2983 0.39 MB 742 24
355,401 355,401 00000000000000000e9aac0f7321a32aa3374befbd7222565630d863221a4c98 0.51 MB 1,221 29
355,400 355,400 00000000000000000b7c5fa8cf8e7eb7c8fc191da7d798753d01b8deadbe53e8 0.55 MB 1,045 33
355,399 355,399 0000000000000000168557406843ad5140b7ba12b9cc16cd8fc9198ce670de48 0.43 MB 927 28
355,398 355,398 00000000000000000232164c96eaa6bf7cbc3dc61ea055840715b5a81ee8f6be 0.54 MB 1,214 30
355,397 355,397 000000000000000002761482983864328320badf24d137101fab9a5861a59d30 0.48 MB 1,045 30
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.