Memory Pool Memory Pool Refreshing

17,358 transactions
5.60 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (686,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,562 221,562 00000000000002d01d10b1fd7cb42bafbb2ce7d19af84efcbc86d3e3e70599b0 0.18 MB 488 245
221,561 221,561 00000000000001c8727635c62bb6f3c77e5c6d6b345a48bc1f8a66f08af58203 0.06 MB 149 727
221,560 221,560 000000000000051d0a9f62407e75f0e980fe3f99b28b72e434eb490168f2a2c3 0.00 MB 1 0
221,559 221,559 00000000000004ed0d71010ef131a19ef1393013cb9bdfc7f7ceb98c3f9097ee 0.09 MB 168 496
221,558 221,558 00000000000002e6d482d79e43d087013bff7650785b089e2e35d1e89e8a024c 0.12 MB 276 340
221,557 221,557 00000000000003cd2f773ce7cf4e1e451990ec19059ae24773d77d0bca59153f 0.04 MB 79 236
221,556 221,556 0000000000000229efdc039b587d1d63941771e3d4265f554e9bf219eb650fcd 0.18 MB 397 210
221,555 221,555 000000000000042cc86710c8ff6fe3b5a0f6ac41bdcaa106e9ab5c0ebd19ad9c 0.12 MB 241 143
221,554 221,554 00000000000003bfaface9b1b0d7990f10c2b7bca36f9d6bbb29743df41da99f 0.26 MB 642 255
221,553 221,553 000000000000000cedb0c2a1aa5f801b0cc9a0dc65b2ecc9530a274983ab5f7a 0.08 MB 156 273
221,552 221,552 0000000000000221a4e4598cd60416b1d8e5d53777947cfb0a7b06987758d6a1 0.06 MB 86 160
221,551 221,551 000000000000021760d7ee0b325f5d18a5753eecf9c344242195a32db1e1a433 0.00 MB 8 15
221,550 221,550 000000000000017c34c2f6054cc654706598328fc0529e61eab4188496615e7a 0.28 MB 516 196
221,549 221,549 00000000000004bde9aba8ecb2ce100fe60923255383bf10cc8d5f790d1398a7 0.00 MB 1 0
221,548 221,548 00000000000003c084565f78be5540e4c19f73859058b9edaf4f5c08e4541d4c 0.24 MB 550 234
221,547 221,547 0000000000000120f0999527c4744031d93df4090e7f2e7ba9bf09e5bb10de06 0.25 MB 604 351
221,546 221,546 000000000000042bea03b99d2b262b7bc8df0bff8cc0a1532a9a5a6b42919374 0.25 MB 621 194
221,545 221,545 000000000000027c0b36969d767a2265e8150bd0b6fb4a4c514f0c522c991113 0.00 MB 12 1,795
221,544 221,544 00000000000000be7053eb7bfdcea8dc472ff1bd2ca05d3923e56cb0b1938765 0.11 MB 241 180
221,543 221,543 0000000000000006385ddc2937dec4154881034994f964579bcfe9896b7386ca 0.25 MB 436 156
221,542 221,542 00000000000003809e3b5b4cb25bc7a2314053ccd9c935383b522094e3b3d9e4 0.05 MB 131 30
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.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.