Memory Pool Memory Pool Refreshing

6,617 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (589,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,271 318,271 00000000000000001badfe53781dab5bf8c4fb24f35953efad5a74c7cf9fcf1a 0.01 MB 31 26
318,270 318,270 00000000000000001b864e25e98ed849e44a1ba2fdcf5d0f37ee0fc8aba93d2b 0.23 MB 487 31
318,269 318,269 00000000000000001e508e28033d4192dcbb75d931855327a1177717d7fd5b1b 0.10 MB 148 18
318,268 318,268 000000000000000012c1a78d53cf14349fafcb9174b7a3388612ea06dc9aa494 0.04 MB 128 44
318,267 318,267 000000000000000028baa2d44a9ccc83773709fb548940c17212ccb5f2d6b810 0.15 MB 269 22
318,266 318,266 0000000000000000091f75b575da3a16cf181471b4f19eb6b6eacfe6fbbb4381 0.02 MB 28 26
318,265 318,265 000000000000000029715b2b3d2f8f15ab5e592be7e7afe2524d7ea8cf7752d0 0.18 MB 318 29
318,264 318,264 00000000000000002d107fdc859796d5c1e5197aad7578c16d30c19d0216a46f 0.19 MB 350 29
318,263 318,263 0000000000000000220205df611dacdae5766f42dbd9aa6d7b538a1f381fcb5e 0.25 MB 489 25
318,262 318,262 0000000000000000254f39b25ec5e23905c4d0114b6a0c4682591685634c89bc 0.49 MB 903 27
318,261 318,261 000000000000000007dd4169a51d2bad8659dc6d83a2dcf10ec48ccbe8295897 0.08 MB 256 44
318,260 318,260 0000000000000000082ab1bf7b202c825f858ca46749a00db7d82a944dc2a057 0.30 MB 529 23
318,259 318,259 0000000000000000272e3a0ea4d3c8ab2a431a30a85487ba1e6a3fe836aaa4a1 0.05 MB 87 19
318,258 318,258 0000000000000000276d9c0268826d4f9d8d4ec69d07cbb791eda6b419540541 0.30 MB 540 27
318,257 318,257 00000000000000002d736e83859054b8fcb35e17dae672b7837fb316207533af 0.04 MB 75 21
318,256 318,256 000000000000000005b0bfce2519c3f0d1baf093b436b862ddd60877d36a6a4c 0.30 MB 560 27
318,255 318,255 00000000000000001ae921bbc9d46c98cde337d280693020351338a0853f0528 0.15 MB 257 23
318,254 318,254 00000000000000001dfb32e92b255d6a083643c1001241457588efc3cce5a691 0.19 MB 302 24
318,253 318,253 00000000000000001165302469133fffb95c903ef428baf66211070362fb1c8f 0.04 MB 88 28
318,252 318,252 00000000000000000406747326423ee33128f5713c816cca3577930f61e7eb12 0.04 MB 63 25
318,251 318,251 00000000000000001e0b5f7babd28e5503565021e71cc6009c896296a9bc89b4 0.16 MB 205 21
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.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.