Memory Pool Memory Pool Refreshing

7,528 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,766 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (777,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
130,188 130,188 00000000000001a94bf471152e3a9e7435a4a37cfc1b980de3037dd380bfd8d3 0.01 MB 32 99
130,187 130,187 0000000000001c65fb5d7491e1b1d1471b63a0d60659092ed349ffcb7e69e2a4 0.00 MB 1 0
130,186 130,186 00000000000006cbc2f0357d27311025fa98f795e15c6b647437910e88f507e1 0.00 MB 6 3,237
130,185 130,185 00000000000016105c72aa1324f5d44ab23d1c6872f20ec3834d19a59418199c 0.01 MB 17 941
130,184 130,184 0000000000000f5a62c73bb2c73b20054047599d902582dfad75d9082df43baf 0.00 MB 13 824
130,183 130,183 0000000000001c16a0fc354d01350b6650b69078cff22ff7412e6251df45cdd0 0.04 MB 108 637
130,182 130,182 0000000000001d8f43921934db33f0a2bdb3dd4b2e2b42f36a432685b7cdc73a 0.00 MB 8 938
130,181 130,181 0000000000000e549eb269134ac02325252a467bc3c934536c89350d34230aa3 0.01 MB 13 755
130,180 130,180 0000000000000237cc8d7a152d7a93beae2e9122bb7641b329c14f4a26105665 0.01 MB 13 895
130,179 130,179 0000000000001106343cf1093f436bcd98b587fc42c33f8515a4afad3c81e68d 0.00 MB 13 846
130,178 130,178 00000000000000e75dc6e1432d6353635f8a27769913b5aa0d9793c0e79dfb89 0.02 MB 18 821
130,177 130,177 000000000000177ee518861d2bf17d8cd379e549062da36a61f82abe71ac2455 0.01 MB 15 815
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.