Memory Pool Memory Pool Refreshing

1,231 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,221 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (692,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,401 215,401 0000000000000029e3fb0134055d202205b4ca438de5715afcc48186bab28663 0.07 MB 140 147
215,400 215,400 000000000000042f3df12c164a248308bc0e467efd0926b5f559e9e437350ef6 0.16 MB 330 179
215,399 215,399 0000000000000280ea7249920802da2d4e848d040211e2f93327d0a4c7f85560 0.00 MB 12 0
215,398 215,398 000000000000052d36dd333dfc1cacb3f985290ff28de7ab6a190f06bc24fd73 0.00 MB 13 50
215,397 215,397 00000000000000b725e8b635ed65026fbb2d0d848f0621a42e736e30629ea059 0.23 MB 432 167
215,396 215,396 000000000000029c04305889b3129ea70daac9b7d970e4a0a9273dfecbc16c66 0.02 MB 57 113
215,395 215,395 00000000000000cb781f3141eae02fb14035c8380d48eff520cfb8fb12ae87a8 0.32 MB 668 154
215,394 215,394 000000000000011feb3b8a16b5fe6f54d6f1e02475aba8402a7561512566b5c5 0.15 MB 369 167
215,393 215,393 0000000000000410f45af1f5c65ebe91a606e889faa8d1d30ce978076490c21b 0.04 MB 93 144
215,392 215,392 000000000000016383f514aaefa8dc6b1c467bfedbb7fbaaaa5e93ac9619da58 0.05 MB 99 115
215,391 215,391 00000000000003e6685d04c6969491a8200bf00347930b030d2bd739e7043245 0.07 MB 137 140
215,390 215,390 00000000000000ab5cbe409df084e49d31e2f0043c5e40ccc199b34dfdfe7bd6 0.24 MB 678 211
215,389 215,389 00000000000003e0cf07a2b88fdf1f10d7b650471e042c1092dc83dabacfb9ba 0.02 MB 56 195
215,388 215,388 00000000000002a1faaa1cd9800110732b15930a671060dbe804bbad023c4f75 0.06 MB 141 122
215,387 215,387 00000000000004d0c3d690ad87f1777753b4d5c737393bc2da2a2ce8c1935bb9 0.03 MB 58 138
215,386 215,386 0000000000000259713fafc95a24ca72fbaeff72cf6bf0ce9c7e9aaf7474924d 0.12 MB 312 177
215,385 215,385 0000000000000374d62f1a4b2beaeb5740abb90df6bd17a9ff58f663c8fac57b 0.04 MB 100 143
215,384 215,384 00000000000001c71270e1db1ab8e53e19f2c39209a5dee3be0949fd3c4bde43 0.03 MB 79 203
215,383 215,383 00000000000005405f56defa05d6c4bc760635def3e57bd649ecdc339d5603e7 0.04 MB 108 187
215,382 215,382 00000000000004152653dc3d0055bc8ea0a882ff32ffdf86ca7a00d6f32510dc 0.01 MB 27 143
215,381 215,381 0000000000000150f8ef155d3707438c544036081d9417de601da2b8cfcf1f58 0.02 MB 43 114
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.