Memory Pool Memory Pool Refreshing

17,591 transactions
5.66 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,767 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (616,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,793 290,793 00000000000000005edafcd0c9dbee9c19765df2236ecd727ba71cd3e4bcd9fa 0.45 MB 533 23
290,792 290,792 000000000000000055fb1869904f2e87afd79bc7b739075005bfa15bd082a3b7 0.06 MB 128 39
290,791 290,791 000000000000000021d4b3198059b79a68f305448849774158bbc76c0698b9e2 0.34 MB 488 23
290,790 290,790 0000000000000000eca20478f294352036cfe79e7675fe23317b2a72b038a2d6 0.35 MB 841 41
290,789 290,789 000000000000000082175a2ba67338a2d9345bd9135b0336c22c2a9d5bdcd52b 0.11 MB 239 33
290,788 290,788 0000000000000000d08932906ad41f45f2c30d011ff1f153bbdb1ab0754854d3 0.01 MB 16 27
290,787 290,787 00000000000000006836db2d46aca0a7503cbb7527ab77d23f25a0b27399aac2 0.05 MB 106 34
290,786 290,786 0000000000000000c38a421b789e0c72234cc9a1d680ce5402ae76d8446abc88 0.02 MB 50 32
290,785 290,785 0000000000000000ba1097babffd0661bd6ae0ef092817be95d72a785784e75a 0.12 MB 176 29
290,784 290,784 00000000000000009b2040a01d16177cfb95a84b9a30f69847451cba1993766c 0.02 MB 42 26
290,783 290,783 00000000000000003f5acc2e2e6347567e8e03a8ef64a2956e6ca18356fd7bf0 0.05 MB 102 32
290,782 290,782 0000000000000000a633a72e9fcd211781445b73c93000a2ef427346d6212186 0.02 MB 64 38
290,781 290,781 00000000000000008b25d500f3ac3171e08cc4c68a6ceb1863f3e680e6fa7248 0.02 MB 72 35
290,780 290,780 0000000000000000f3a0aafa2329dc1ea00ec77c710c62d77e5fd86c64b94c68 0.14 MB 310 36
290,779 290,779 0000000000000000daeef8f3449e63f610b4d6edc4a9550d4499f9fdc9a8130d 0.02 MB 60 25
290,778 290,778 0000000000000000d925bdcdc0e69f75f6cb67d14f56ee83fdccd415e644a162 0.29 MB 645 38
290,777 290,777 0000000000000000cc14a3e6c10ec433abc7dc65de960685b241f695db6f13e9 0.14 MB 191 25
290,776 290,776 00000000000000007b47be32c4b0be0a23580a165098042d0c97d0f835d0ec3c 0.24 MB 367 29
290,775 290,775 00000000000000006d50bd07d34448fc40c243dc297bf85acb009274473fc887 0.05 MB 204 40
290,774 290,774 00000000000000001b0166a76b1e47baea9974bd8475d9eeec79ce35b5581fea 0.03 MB 50 18
290,773 290,773 0000000000000000aa81d7ba6ac610c040c258dd1cd01343268a80471690fa26 0.05 MB 128 43
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.22 GB sent, 92.99 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.