Memory Pool Memory Pool Refreshing

5,412 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,517 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (576,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,901 330,901 0000000000000000102d16edc7a4dd2969798f9d063cc39b47ce95b7fdfc340f 0.39 MB 761 25
330,900 330,900 000000000000000004b1fc128a5c762ff3c9fef17eea1cfba6d1d088ca570940 0.35 MB 639 28
330,899 330,899 00000000000000000e038b25e5cd51d2470c9197521092bff3ca78b1b7a4e376 0.56 MB 1,082 27
330,898 330,898 000000000000000005f699b27a73dc69f386f08c1911e64d5fe77aca2ecfaf2c 0.23 MB 347 22
330,897 330,897 000000000000000009a77e83a07d308ad36ee62d67e097efcf02d743889730dc 0.06 MB 87 19
330,896 330,896 000000000000000001a52dc4d1eaf616e6ff9534b4390872cdfb797ffff69733 0.10 MB 197 20
330,895 330,895 00000000000000001549d535bd69cfd195100065bfecf6c2736db859305bb1c1 0.35 MB 808 32
330,894 330,894 00000000000000000e780bd171c6d9aa7d4af57886394b589a577d3954cd2b83 0.53 MB 729 18
330,893 330,893 000000000000000014a952c729a6ea6b59841fe3bb1ae273bd75de7a2902de5d 0.50 MB 1,397 37
330,892 330,892 0000000000000000033dfac3502ae734ac0968e0a896c9cbe18ffbf49fcb0455 0.27 MB 489 34
330,891 330,891 0000000000000000136aafc7adde8af3eb862cb1a6939846742ade2aef6385d8 0.67 MB 1,001 21
330,890 330,890 00000000000000000fd0e24f4ac61a3f8e74140315fe63bfd41445033424e11d 0.06 MB 121 20
330,889 330,889 0000000000000000109df9ae77e94234af1fa145661a81c89a5c39fceee75d1b 0.75 MB 1,769 32
330,888 330,888 0000000000000000001e3b8e87e36d79d604f493be548b768096600d65674279 0.30 MB 567 19
330,887 330,887 00000000000000000e65ea55cfb0060f40e8a287353e846953f729d5bb8d64cd 1.00 MB 1,720 25
330,886 330,886 00000000000000000862986f6e8fbac54fa80f91529f69066c4603e32220ecdd 0.27 MB 444 24
330,885 330,885 0000000000000000080d59799cd1ca6b90935ff08c9a8caf161d6ce89d431ebd 0.50 MB 922 26
330,884 330,884 0000000000000000067a5a95a19b2ae9848eef5a5fbdec4158e9106ff8f3baec 0.03 MB 66 12
330,883 330,883 000000000000000012d1b178e50d2e6a2e2a3aa56cd21bb62a77b089d6bb9f52 0.39 MB 743 27
330,882 330,882 000000000000000019c59d33b7f7a8cd70ac562267fba165da97e40a26108415 0.00 MB 1 0
330,881 330,881 00000000000000000007efba1ad07ab3585fcd98044442705bc16667a44ec4af 0.25 MB 597 34
Previous 10 blocks ↓
Total Size: 769.21 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,634.35 GB sent, 93.98 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.