Memory Pool Memory Pool Refreshing

4,840 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,102 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (725,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,569 182,569 00000000000003fc17292c8934a852a74135cea60e0b388134cd18e816f8c25a 0.14 MB 331 125
182,568 182,568 000000000000011a49e9f2b4a92f3e4233a2818ff3f31995abfd9a24862a0ae6 0.05 MB 126 90
182,567 182,567 0000000000000359d61227e4bde5aae3a79f323aad7a2903aefb333c423427ec 0.05 MB 131 112
182,566 182,566 000000000000060ab4436791449745f268a59a3ce75b95fb8df24730b6ae0c0b 0.01 MB 8 494
182,565 182,565 0000000000000091da4e3ee315390176957c3fe0b60735749a9768a4f1d8b848 0.04 MB 80 114
182,564 182,564 00000000000006c006da777376743e29ce20b3038f51c24ad7c4d6f0168fa0e5 0.23 MB 468 81
182,563 182,563 00000000000003a4767549a90f42f547bb1d7ab333cf9c698037a64d959f55d8 0.05 MB 129 187
182,562 182,562 000000000000028fcc31eaca6fa91820fac96aecc08543a7eb8e4b7549c14393 0.05 MB 114 1
182,561 182,561 000000000000025a10b6e20f0203446ef00a837f492d1dd243a27e56bd8ddfdf 0.15 MB 394 149
182,560 182,560 00000000000002bd1a1fb89927d422d5c12e72972480af645b39a9610d3c48a5 0.25 MB 628 143
182,559 182,559 0000000000000a866aef58f865a8ce7b399f4df880f406f3b60ba55a71107a99 0.25 MB 651 174
182,558 182,558 00000000000003ffdc78fba8997523fbe41bc3a54cd933863e1e46a5f620476a 0.00 MB 6 295
182,557 182,557 000000000000061013302aa1f8c94c3479e61db2ffc01b18920d9c93c63b2553 0.20 MB 495 134
182,556 182,556 00000000000001653f949c073562dbbbe48ec458f52873aadd6df379218ec3c6 0.22 MB 547 126
182,555 182,555 00000000000005974a8d85f10fe4c5081a4fe4e561920daa4b88b9e945d07f9d 0.05 MB 128 108
182,554 182,554 0000000000000974492201627f4848f59b2561942f88ac7b12883464fcdafc1e 0.12 MB 283 115
182,553 182,553 00000000000000998a03843d3f257f2faab9a1e9f6c546c5dc336538950ab47f 0.15 MB 355 134
182,552 182,552 000000000000015f65ade5b78b2a13f17ea5743735a5661cb4eb0faff24613f3 0.03 MB 75 0
182,551 182,551 00000000000007e5aa04722421b20575dfe54304db49f2f5b198f265400fe3aa 0.20 MB 492 159
182,550 182,550 00000000000005e6c88143aa2e07d9b6093df7887b6f5836bf4a1339a38c71e5 0.11 MB 218 100
182,549 182,549 000000000000075df694bd6cd10fb008310cee99018ff285982973bd34495bbc 0.20 MB 414 113
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.