Memory Pool Memory Pool Refreshing

2,189 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,968 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,739 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,967 (745,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,238 162,238 00000000000007a5c4f41ebc8399074b537f4542260a8ffe9edf2b7ffd01641f 0.02 MB 18 55
162,237 162,237 00000000000000bec64ee4a9fe0ce8bc85e5b3e5fcb2cc1bfd40402a9bd58fe4 0.01 MB 16 178
162,236 162,236 0000000000000c078fcd0f882f5f5778351350e018e62698cb7dcf38678ac97f 0.04 MB 93 226
162,235 162,235 0000000000000ce1b108a76d3fd01d417d2aeeb909f0d09f982a09f90012ee2b 0.00 MB 9 16
162,234 162,234 00000000000000daa7e814d072780c882ddd1a58fa06b287c6058674d6b2e9dd 0.00 MB 14 44
162,233 162,233 000000000000013d83f5a28348d822a89b874f25a29c0cbb8831f8a0e5862627 0.01 MB 22 430
162,232 162,232 000000000000008e3d509146fc7c05f895d364b35525a5b81a27a063e27b8a02 0.03 MB 37 161
162,231 162,231 000000000000015430e7b0f18ea4535384f878eacb246e216663e5c851093965 0.04 MB 135 9
162,230 162,230 000000000000029b13b533a81be1c506f9d9dcb88caf184d99cf18f3866ece32 0.00 MB 11 0
162,229 162,229 00000000000008dd2464de2ba70ddd98fe6cf773e6ed9e09a94d2d1c97473ce7 0.05 MB 75 72
162,228 162,228 00000000000006a8a2ba07354bb8827d079d7b731720850c2f42e0046dc57e71 0.01 MB 45 455
162,227 162,227 0000000000000460a51e5df50d386b1aa3e5f021d145a7dd7c3afa60d21bdaff 0.02 MB 42 91
162,226 162,226 00000000000005c761ea32be8f6d2ab89f28146cbbef1cf1619dd90fbada98fa 0.03 MB 76 188
162,225 162,225 0000000000000691ffed878e831f24cca5298c9e02d45d4556063683c8bf7d80 0.00 MB 8 89
162,224 162,224 000000000000035abec8daff807de40508973e1304cffeb4814061f5411c363e 0.05 MB 99 382
162,223 162,223 0000000000000cff7d9f720a18e8f3ec08e99594f31cb6a2a931469f6b5e99b9 0.01 MB 27 135
162,222 162,222 0000000000000867d66f8ea17cac80377521e41ec064c46819fa651f29337fb9 0.01 MB 35 220
162,221 162,221 00000000000002c74e0e1af0fb25ee7381431b67c274cc963d34ba49782bd768 0.03 MB 16 59
162,220 162,220 00000000000007d0461c1bc796081360147915e1e8ebaf34a16cbafbc1e2ed1e 0.02 MB 52 195
162,219 162,219 00000000000002a1936d01f2fcb19df9cb6ed5711359b32f5ea43ee4207cd361 0.04 MB 113 458
162,218 162,218 0000000000000191906bf85bd5cbc6563b790f74732231c1f1266e709d07704e 0.05 MB 80 284
Previous 10 blocks ↓
Total Size: 769.49 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,646.54 GB sent, 95.37 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.