Memory Pool Memory Pool Refreshing

18,497 transactions
5.92 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,334 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (777,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,209 130,209 00000000000019dfcf6c68a79bb2640abf401c1fc1fc6c62f7629e243c7a35ab 0.03 MB 51 832
130,208 130,208 00000000000010f5eb0206015877b773e24e6429a29bc6d54954f33edb5e4249 0.05 MB 113 916
130,207 130,207 00000000000002f30d53907e8bfee73f06a41ce4602777a9952f3954b1ee96b6 0.05 MB 181 27
130,206 130,206 000000000000143354ddc263f3cee1178e37e85e9692bd846bc4255a3b265f23 0.00 MB 8 1,124
130,205 130,205 0000000000000630d350c56a63b5590f780fde84e75a4c354760a05a9cc69a97 0.03 MB 34 476
130,204 130,204 00000000000004d261a50343ba897624931daa63db0908b5f274c136bc013a3a 0.05 MB 108 25
130,203 130,203 0000000000000f0b365acd34cce90498b66fe002f6debca6c2d14734e5d6b15a 0.03 MB 125 768
130,202 130,202 0000000000000c50248538bec3a8cb988ed26d219c48dafb6279f4acba82bdea 0.03 MB 66 810
130,201 130,201 0000000000000ea40d112ef8634bdc6ab01c4cee87860188a00b2c22f97a5eac 0.00 MB 1 0
130,200 130,200 0000000000001903187b3f62c13ab7f0e77e625a5f44e3ee53b7707c08c52577 0.03 MB 106 363
130,199 130,199 0000000000001a008b6d809199e75be6c5965a4f348660c78ed072b10185e8c1 0.00 MB 8 2,639
130,198 130,198 0000000000001b1f093d800e13dad5ed45ad40cfec5f50fcdd87c18657aa30a0 0.05 MB 123 395
130,197 130,197 00000000000011201c060ff279519858690ad7f537f5e66af509eb858f8f64fc 0.00 MB 16 2,736
130,196 130,196 0000000000001198aec45aa7cef9c843410733069da092ce8c870f185c34175f 0.01 MB 13 1,331
130,195 130,195 0000000000001b93638aa999f5f31f7a00dd34a1b06eca0152a8feb42bca2dd4 0.04 MB 58 1,085
130,194 130,194 0000000000000b07fadcf3769a121785c75ff60a392aad625ab07d8b50fc7e7f 0.03 MB 47 798
130,193 130,193 00000000000019abadae3ef2ffb171251d489f4df61f91cab7531d9f5d3acfc4 0.00 MB 8 245
130,192 130,192 0000000000000191ed49f56cbd2233478c8a69ef19c343d93cac1982cade117e 0.03 MB 63 356
130,191 130,191 00000000000004b887065a53afb25a2c70d1f6b780ec07aeb8f7c6f5ed247504 0.01 MB 18 1,548
130,190 130,190 00000000000012ec78704622760a6421a7095285898fc8d1f36114e95ae753b3 0.01 MB 22 206
130,189 130,189 000000000000056ad1d5cdd6ceacc0e9438539b4961a563bd873596c4d113d54 0.00 MB 10 497
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.35 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.