Memory Pool Memory Pool Refreshing

4,333 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,845 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (628,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,505 279,505 00000000000000029354e939c082bbb9ffe0fa02bb7fc257b7f56f4e3f79265a 0.07 MB 79 26
279,504 279,504 0000000000000002d057a03ec28e45f261d035f8c6952f32a4b66157e2ee5a88 0.04 MB 104 44
279,503 279,503 000000000000000113cc540166cf63305e80ad09cf34d741b1a3747812ffa482 0.05 MB 127 36
279,502 279,502 00000000000000028a68b624d018bdaffcca8ebf772519df47d2945874aaeda1 0.04 MB 93 35
279,501 279,501 0000000000000000c4b84b7742f6a272dcbaf12f275830e52ea005155d074cf9 0.04 MB 72 33
279,500 279,500 0000000000000000edf1a6ff589f58e509fbe4237fb162b78c5a27b631dbb1d2 0.14 MB 278 36
279,499 279,499 0000000000000001fa124c73461b9800d9405ef53e7635d1e15a67d8cfa48b76 0.06 MB 13 11
279,498 279,498 000000000000000135f601ee62a0dc876c19f4898dddcd2223d066a3527766ad 0.35 MB 302 14
279,497 279,497 0000000000000002cdb23dde05333262c164c0e12a8484ce615d56db6e3df200 0.25 MB 596 29
279,496 279,496 000000000000000012d81bc53963634c0c2b34e05d63ea98de8bd7f051e0ea91 0.25 MB 778 62
279,495 279,495 0000000000000001a1e8140d49e951605380d424875f17a6d75d6a070e6e2581 0.03 MB 98 193
279,494 279,494 00000000000000027bbfcce59f49ea732c360f363388c0c8010354b793357f6f 0.11 MB 244 20
279,493 279,493 0000000000000000c1d90cc218a475fde8a6497806eb624740d7e0e7f883d0d5 0.23 MB 431 28
279,492 279,492 000000000000000000ce283bba98c58abdc0e8223a2dced946650e4a1c55128c 0.03 MB 88 164
279,491 279,491 000000000000000283ceef714bcac1adc25ae3946cffe38fe35bbee236df1dd1 0.48 MB 891 37
279,490 279,490 00000000000000026e5a2e7afa26f996a465f51ebedbe7f60100fa4120ec38e7 0.12 MB 240 35
279,489 279,489 00000000000000014b197c8785c6b96ae0805b5301fabd7032a637fd54cac5cf 0.25 MB 509 24
279,488 279,488 00000000000000014200cb2fc52736a4177d249fbc158805db7d3d8d6b229f08 0.03 MB 76 162
279,487 279,487 0000000000000002b439e052fb799f04b32171a89e667534c04a81c31340dc35 0.35 MB 843 58
279,486 279,486 00000000000000009f20e07d2e4a31dabf0cea3c8e896644aa2cd49c8e4afbde 0.13 MB 250 48
279,485 279,485 00000000000000025b3c23e40cfaaa8a652d0c537c00049dc63997fea48acd3b 0.06 MB 134 31
Previous 10 blocks ↓
Total Size: 769.35 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,643.52 GB sent, 94.69 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.