Memory Pool Memory Pool Refreshing

2,667 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,575 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (688,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,556 219,556 000000000000057c9725c515d8696f9cf6227ce3ba0ef50986ac07f0f2aeaa30 0.11 MB 189 175
219,555 219,555 00000000000000e30f875b03a68166ba84ecf10f6fed015a29c9de393cc4fb0e 0.00 MB 10 1,789
219,554 219,554 0000000000000063ef5bbb82b47199333063f0c4ea4e3904a3e99e852e1fd492 0.16 MB 346 196
219,553 219,553 000000000000002f20eecb345a5f86ee2a645261cb5b1a37bd6d8ce05e37ffaa 0.06 MB 160 209
219,552 219,552 00000000000001dc56c581ba11fbd6d9158531d61eacf03cbe6145ba3ee3310a 0.18 MB 289 50
219,551 219,551 000000000000046246c30c54cc3eb5c2400b48b65ffb481a0db8099920dc24fc 0.25 MB 579 136
219,550 219,550 0000000000000047caa7128dad486f3a838ef3f3c49f49e124d6af89d21859fc 0.25 MB 491 143
219,549 219,549 00000000000005504cfa48169ace7c7de66847fcb27c3f4c89b4e0a051c49a66 0.44 MB 816 153
219,548 219,548 00000000000004aec06cccbf5b2b76c4c32d0aa39bdf8cebd5fe335629f27b55 0.25 MB 872 282
219,547 219,547 0000000000000198c2d99f036712339078127f637d54d557ff4a471c8d9bc8d8 0.33 MB 520 127
219,546 219,546 00000000000001f880464b4f7a35c3ab24741137fb8891c16495b7a66d149667 0.25 MB 930 365
219,545 219,545 0000000000000081d7ec755d2ecaff4a1695ab58e2f8f4414701eff9f6fc09fa 0.00 MB 11 18
219,544 219,544 000000000000030718539973141fd80131012b7904fe6c8412f23a3d6f66241d 0.22 MB 527 135
219,543 219,543 00000000000004dd59487e934cfac07e00643062e4d76c2486c14368212e1da8 0.09 MB 268 183
219,542 219,542 000000000000058a7f59b4725a225cc4d3e0a103b09925151bbcf4f09ec1a989 0.05 MB 96 101
219,541 219,541 000000000000034bf8e6c2587e96e635a130bfd488ffcc9a8557458714fe0fa3 0.04 MB 108 180
219,540 219,540 00000000000000edf8725a3a17cb359e03a3bb1e0663db76dcdbe073de1811d4 0.08 MB 127 102
219,539 219,539 000000000000034e788b39cbfb479c70e7b93b058dad37465a053870bb3f0e52 0.25 MB 401 135
219,538 219,538 00000000000000027a11b309708400534e6e2845fb39ef209fcdd3a70fe73d5a 0.25 MB 721 217
219,537 219,537 00000000000001e2fe26f189b96ec48622db37b9465b0dbaad132f8be8df9f1c 0.06 MB 147 165
219,536 219,536 0000000000000356a4ef4257438421aa8abcf7150a69e1d15327f497d21dc7ed 0.06 MB 159 209
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.51 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.