Memory Pool Memory Pool Refreshing

2,728 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,728 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (744,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,167 163,167 000000000000036ef00f515685fe2e80375dd53df449f156e511a70f681b33a9 0.01 MB 14 46
163,166 163,166 0000000000000275d4ea2f312835b0f3a87c5dde00339294d52576a32e008810 0.00 MB 6 13
163,165 163,165 00000000000006e286776de7434fc7e533f438c79e84f5a784ac342944df1931 0.00 MB 12 287
163,164 163,164 0000000000000d31b31ac53e4025c63d759117e5060373c202c19d5d043b7e39 0.03 MB 83 31
163,163 163,163 000000000000042836a56b3a988121acf0b7ae26a0c5333bb38ca206f189e961 0.03 MB 32 43
163,162 163,162 00000000000003857a7e91dc53cb27ae76f6efe44384659ef45d5abf471066f2 0.01 MB 5 1,015
163,161 163,161 0000000000000b12310ce43f238381af9d7b6cdd1242557e4da4908ca94bfb9c 0.00 MB 3 0
163,160 163,160 0000000000000b6817a442960709e67ab8d1844f8ea3afef3f8e2df7e0900a22 0.07 MB 9 52
163,159 163,159 0000000000000575c5a05ad536bded1c7c7d1b9c4a31b7fbc399f823168f4794 0.00 MB 11 50
163,158 163,158 0000000000000383a5d322bc4840bac7538c73b5988dd28b1807b842aaa7ee53 0.00 MB 11 0
163,157 163,157 000000000000081ce69f5df5abf00599e5d7eff561188be7c947f7f75c868552 0.08 MB 90 98
163,156 163,156 0000000000000c32ab5de73ce2b6176a84c571995e66742120971b8053712c04 0.01 MB 22 197
163,155 163,155 000000000000091edf4ebe5f0a0910932cdf81c57a413c4566151a94fea67575 0.01 MB 23 198
163,154 163,154 00000000000005e7c1e49d4ace398cabf7958dd94cd95fc9830c61154455067e 0.04 MB 103 30
163,153 163,153 00000000000002b4916d8e9476f2832e603f9463f84537cbbc2a080102bb7199 0.15 MB 126 247
163,152 163,152 00000000000007e94ad4edf7a47a634f746539031ad5ae97e796b0bbcc102e84 0.00 MB 1 0
163,151 163,151 000000000000067226f7e20511f44cc51304d9b33d179a6b06a621e0f2a0bd5f 0.00 MB 8 84
163,150 163,150 0000000000000d25c4ea43dc8fcf91ee2570c27b71c20b0940d1c8ed66040339 0.00 MB 1 0
163,149 163,149 0000000000000c73ec5717da79a180f275e2cec0c287f2c5b7fa1abede5ac5e7 0.01 MB 38 137
163,148 163,148 00000000000002e159e87c6573f9579967da4c2df0677eac333e0a44a992b92d 0.02 MB 56 40
163,147 163,147 0000000000000ba91c2751a296ae85183fa3aef781c7e08716785d27e2db2821 0.01 MB 37 126
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.