Memory Pool Memory Pool Refreshing

4,569 transactions
1.28 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
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (759,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,455 148,455 0000000000000757b5d644b053bad1635c19aa78bf2d92f9d67d2b391e7d2af4 0.03 MB 63 201
148,454 148,454 00000000000002b388e500613c78efe1db1d72965c708fc03cb60cd9c3a97735 0.02 MB 16 90
148,453 148,453 00000000000007b29f29f55be861bc4930a07f90bf43827f06ba11da46d6822c 0.00 MB 10 0
148,452 148,452 00000000000002c725ff5754f9b4a3c84a43565106580f94dfc3769c3d7f9b54 0.04 MB 91 311
148,451 148,451 000000000000027ff90e991c83a419ac5b47fa79c8a95c96169a5d2365482316 0.01 MB 16 66
148,450 148,450 00000000000002743a8f87418f8496ada34ff035102b8f353bebbd6d29328f10 0.02 MB 34 105
148,449 148,449 00000000000002d13128f3dbbd613ce238384927c0503eecc661311e42380564 0.02 MB 36 90
148,448 148,448 00000000000008939e0c00035d390fb6c4238d04a3ac6bb9967f774d6cc78443 0.00 MB 8 26
148,447 148,447 000000000000013175f4645312b7861fb3d0074198fd912cc5a1961c97729749 0.00 MB 7 412
148,446 148,446 00000000000003dcaf548d85c08502109ae9166b5337f393f76648039178c47c 0.03 MB 88 19
148,445 148,445 000000000000039ffd9a5650e2604dbab958d61c774f07305dc16339523dbd1d 0.02 MB 28 193
148,444 148,444 0000000000000439de4b9fbeed53f28c6cd904e7b7f08272125209f5b92eb48c 0.00 MB 16 244
148,443 148,443 00000000000003c455439c9246e778bfe65936be963a03b30b10b78cf270e15a 0.05 MB 104 94
148,442 148,442 0000000000000684844f9b5542bd94d383d861800dcc936a274a7cb81182c20f 0.05 MB 114 237
148,441 148,441 00000000000004716ef36df7beb52a2d68419b2361b4bb04e1f3ff7d097f2b9d 0.05 MB 174 9
148,440 148,440 00000000000007996d785d8b6084c4689f3006b49674cbff6c420675d38d6388 0.01 MB 38 181
148,439 148,439 000000000000068004f6d6367c93770f9357f31a4b43740d73d694999f1d6e58 0.05 MB 107 585
148,438 148,438 00000000000005b035eb20a46a407e0e7a9add73a412d79fec4880913de06c5a 0.01 MB 30 96
148,437 148,437 000000000000032d4f8f9d8c03b182c753743a98268fbaa112655922be872b7a 0.01 MB 9 15
148,436 148,436 00000000000006c43a625f36b238c2b3b56a342f34af02892b5a38e9815dc69f 0.02 MB 60 193
148,435 148,435 00000000000005401231ce199a5ba485db1ebd5f4d56ea390291872349c752bf 0.00 MB 13 330
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.