Memory Pool Memory Pool Refreshing

839 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,016 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (587,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,688 320,688 000000000000000006890e0dbb13419e3bf34fc9f560cf3437eb1d91f75efd4e 0.10 MB 70 12
320,687 320,687 000000000000000014a7d995020b10f5511290d1e33a533e64c245439ad1b656 0.45 MB 740 28
320,686 320,686 000000000000000017b6044d005da9e83beace5f249769d64580dba52072cb0e 0.19 MB 307 27
320,685 320,685 00000000000000001e2f87a790c4601f2ae3a794a9465dba173eb3636d75fd1b 0.01 MB 32 40
320,684 320,684 00000000000000001bc31cd55f613f97e503926fc10e2e2d6dc5affcd3f5ac4d 0.18 MB 238 18
320,683 320,683 0000000000000000136ba2672e982a9bb2b16eb3e52b1dbdb3715bfda19acc48 0.36 MB 543 24
320,682 320,682 00000000000000000bccf1d549bd5705a1ccaba44baf8ad2c442d12e731bd5fc 0.43 MB 773 29
320,681 320,681 00000000000000000191c2667f8a1d04a58faa9f5011db8e27764e2d26177505 0.01 MB 32 14
320,680 320,680 00000000000000001a76216d04602fc8d9b39445e2a727494109f8e6426e058b 0.51 MB 893 25
320,679 320,679 00000000000000001bd247dc03a2682c45bac4473e0b473e87933e498b5d0441 0.71 MB 992 23
320,678 320,678 000000000000000024427c6fa4b114f61c8d314ca312540b671a41993fb0a171 0.27 MB 246 17
320,677 320,677 00000000000000001893283e3f5766ccdcfaf6d8c910c64775ff3d7afa3f5be3 0.75 MB 812 20
320,676 320,676 00000000000000001e3d880a845b6964a6b40b04c64517110b2d7b1353b07f05 0.90 MB 240 12
320,675 320,675 000000000000000004ab6797bef29a1761b28ef01f6eb028b3f2e9ac4c609aa0 0.35 MB 113 12
320,674 320,674 000000000000000010d6679b6558b271898449ea56c47f2658be3290761efeb0 0.35 MB 180 11
320,673 320,673 00000000000000000fcdb560e65ea09349227fb0e18bf3447378a1b417e15080 0.75 MB 1,408 30
320,672 320,672 00000000000000002047e5f932d55708adaae7a87751a32962c27cab0813b02d 0.35 MB 1,146 49
320,671 320,671 00000000000000002266c3e35b78c46dda77bc6c79c16b32f1acc7d4c582b060 0.23 MB 434 27
320,670 320,670 00000000000000000960d4994d81a6f85afa5d3e718131bd532a7153155c54c1 0.07 MB 163 26
320,669 320,669 00000000000000000160d492c3e4d733ed269bf532be3fcc3ab431766a991e84 0.14 MB 123 18
320,668 320,668 00000000000000000ce986123c4904effad3d7e33223b6f88a2d520c4add6ea6 0.75 MB 1,382 28
Previous 10 blocks ↓
Total Size: 769.57 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,650.09 GB sent, 95.80 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.