Memory Pool Memory Pool Refreshing

10,196 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,467 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (230,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
677,150 677,150 00000000000000000003fed1569d49cdca678243626eaf185c1b126c4f00b53d 1.18 MB 2,549 69
677,149 677,149 0000000000000000000a21339995ad00a7b2b2d77c67121a22422b21796ad510 1.32 MB 2,791 93
677,148 677,148 0000000000000000000408f1f1e8fad8c6892512a6331a2c55fc6cdc3508d530 1.38 MB 2,880 87
677,147 677,147 0000000000000000000235a5b19d4ddd123f3a60535dfb2734ea2809527f6770 1.29 MB 2,841 100
677,146 677,146 0000000000000000000a3472c47d75be93adef22101acdccd5e994dcbd90b3e9 1.16 MB 1,445 75
677,145 677,145 000000000000000000006528753ab305e60eecfac63681c6745f016077c777e1 1.26 MB 3,241 70
677,144 677,144 000000000000000000003447444407b20c45cdf0e82cf5aa3da3808634f2fbf9 1.34 MB 2,712 88
677,143 677,143 000000000000000000019e988028a45895d7c9b856b0abf18254ac7c9134a4ef 1.31 MB 3,153 113
677,142 677,142 0000000000000000000a3cf58db83ad2d877a3ee5f582d8e4e066ea18289f381 1.19 MB 2,768 71
677,141 677,141 000000000000000000025b152a3b7a0248c97f13c1d6400a6f58410eb4b93598 1.35 MB 2,715 87
677,140 677,140 00000000000000000003caa755d4916b67b578f9d3b9415d3f9bbc8cef28b62f 1.29 MB 2,922 106
677,139 677,139 0000000000000000000cb936e0f46e83e0db6f1366b9d8125ee680f29475466d 1.29 MB 2,914 55
677,138 677,138 00000000000000000002e92a14d7d51f6e1568a52dc339f03cd5e2a565e0269d 1.44 MB 1,869 74
677,137 677,137 00000000000000000005f7629d486f160335912d638e60c2890fbcd3a9d67d54 1.38 MB 2,916 97
677,136 677,136 0000000000000000000c12cf5167886e53220d9bc8ad5ed87602fe0c522012ff 1.23 MB 2,275 26
677,135 677,135 00000000000000000006d62524e3c28db3dab9ec57dd3462c440d60a231daee5 1.30 MB 2,742 53
677,134 677,134 00000000000000000007bfe283a56bfae783023414290dccc135daf6fe69b5cd 1.27 MB 2,526 39
677,133 677,133 0000000000000000000a1ecba64caff61b6d6f56170e26456ce9020962d096f1 1.21 MB 3,060 49
677,132 677,132 0000000000000000000c342bcea2998fe50c7928b2175cac48a9a09d897ec99a 1.49 MB 2,050 61
677,131 677,131 0000000000000000000cbf7ddc0b30daaadb2573ba44f0389123815cfac31b5f 1.30 MB 3,045 75
677,130 677,130 00000000000000000003a225e68c276c12d65709d3b3d5c15abccd9f6d6a4bb3 1.37 MB 3,270 63
Previous 10 blocks ↓
Total Size: 769.02 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,624.79 GB sent, 93.00 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.