Memory Pool Memory Pool Refreshing

6,835 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 15/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 4,239 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (579,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,161 328,161 00000000000000000caf765a7d5118f608a5434a13634c57e99fb6ca0f48f8d8 0.11 MB 241 38
328,160 328,160 000000000000000000349eeee4633c5e8702a3066aee0dc6d3c5a5bd82a685dd 0.01 MB 44 30
328,159 328,159 00000000000000000df4bf6c56d6d514b46744f581269ced7ca4d29126892878 0.61 MB 530 17
328,158 328,158 00000000000000000ba13de3f3fa8c22fb5a5900718f123772b34b91b97a2161 0.20 MB 91 13
328,157 328,157 000000000000000019c198cc4ed8a9eb9b64b368ebfa4331d17b10c7c692f1f8 0.00 MB 16 16
328,156 328,156 00000000000000000966eddec498ae450f5abcd3fe5da26ec9ae7a524f2b7c46 0.67 MB 1,118 24
328,155 328,155 000000000000000002eb02dd5b69a7ac015b0c42c7176479faccec5605ac9b23 0.00 MB 5 15
328,154 328,154 0000000000000000122e949e152b73f3f4c6b08ffcd29b83918d9284cd9893e9 0.21 MB 245 20
328,153 328,153 000000000000000014eb488d05c8161c9d15f8b4a63f544cbfdfc3750de9a7f5 0.05 MB 88 18
328,152 328,152 00000000000000000bde41896ca7f58511ad6e672a112cfcc47b18fd345ee2d5 0.16 MB 351 27
328,151 328,151 00000000000000001a8c402d62a63066a0b0e034cddd03d8a96988deebcda8b7 0.09 MB 219 27
328,150 328,150 0000000000000000170f3a3a37048c831cc687a1ee609bb9fe0ed6e933504c57 0.29 MB 743 30
328,149 328,149 0000000000000000026447d385b59f4b85099a5d07f943b340e9297ab4e50c73 0.29 MB 630 28
328,148 328,148 000000000000000018b12311f3878356f353080d3e96144656126351092bafbb 0.11 MB 168 29
328,147 328,147 0000000000000000085f93ee230a64e8800545bd35580e214afabeb074845dbe 0.13 MB 181 20
328,146 328,146 00000000000000000710fafcaf17efb89ca8d5ff9a703cc8ca6e558d2f4b6c11 0.02 MB 60 31
328,145 328,145 00000000000000000133766015ef29f4d9932f66bf583a40da67b5ec1af5e8b5 0.09 MB 100 19
328,144 328,144 00000000000000000c5c24119b493b4a0e8aef32af7213197d992ad580f87c49 0.45 MB 831 25
328,143 328,143 000000000000000000f86e903040e8648c6df68be870644ad45e374b12f81d4a 0.12 MB 203 24
328,142 328,142 00000000000000001e0fd1ba3fce95e712429b128e6c3e6d5d978cbf43bff41a 0.24 MB 513 27
328,141 328,141 000000000000000016c5d185806fd507e40057ffecf6ac2a28f3d65faaa63ee7 0.46 MB 862 25
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.39 GB sent, 93.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.