Memory Pool Memory Pool Refreshing

8,259 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (637,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,484 270,484 0000000000000006e0cc1437efbe7d025173a5a81eee4c17ac95f009cdca3e2c 0.34 MB 444 17
270,483 270,483 0000000000000006370b03f84640419e0ad08436eb4991a059193f3ebd9098af 0.25 MB 638 39
270,482 270,482 000000000000000572b0f2f2910bc8ccaaffa8bf324977d8b9721f2396b42722 0.25 MB 557 145
270,481 270,481 0000000000000003117d94ced63c15a2ebe76a5906c4d91b265575d46d671326 0.25 MB 668 68
270,480 270,480 0000000000000002adfd4313e3cc4344fd4042c578df74b433d17f4839138872 0.39 MB 119 18
270,479 270,479 000000000000000482341fa5ad7cc2d7ba79964a1a9745955839a9f85c6549ed 0.25 MB 118 12
270,478 270,478 0000000000000004dffac4dc32b622d5330e3f4e27593c4d535f0233d54b29dd 0.35 MB 716 32
270,477 270,477 00000000000000038de903b73f0a4f49b42ce5a0559631f6e3304d3b5f700de8 0.25 MB 426 57
270,476 270,476 00000000000000000e3787da65cd68f84b90ad6b54a60287e09c72caf60627b9 0.50 MB 520 33
270,475 270,475 0000000000000004e07b023cbae2c6a55deefb03bf46c5f47b32d2cbc6f7e603 0.25 MB 642 89
270,474 270,474 0000000000000000e9830041fb374e4d0df02c16abd4465ef10f5658a35a098d 0.25 MB 603 103
270,473 270,473 000000000000000174aac802074f90f0c7668952429e976aa9916d85d35fdafd 0.25 MB 282 27
270,472 270,472 0000000000000002d67565a933c69b7087880ba534bab2f7a637bac236e18c4b 0.49 MB 321 20
270,471 270,471 00000000000000045fbef9b7ceb85538bb6bc105727bca4af9a4cd8dd059a018 0.25 MB 474 85
270,470 270,470 0000000000000003e93b5fcbb3cead83fba1929bbcfb6fa955c1b3a822f2aa48 0.50 MB 772 63
270,469 270,469 00000000000000049323d2bb9819260f3bc8a0c15773837fe40ccaa0f72ff148 0.50 MB 409 22
270,468 270,468 00000000000000048c8273256ecb41df7973ebdc91c63267555abd2eaf35a724 0.50 MB 1,060 39
270,467 270,467 00000000000000045f8bac649c78fc352d27b6ae077f5420f31811d1af92c2ff 0.50 MB 604 68
270,466 270,466 0000000000000003937b747e19392a9fb73d6141e668d55ea9feea25119d3fe6 0.10 MB 191 44
270,465 270,465 0000000000000004723c2b4b7f933294a581ac6113bef569df308587a4d9b193 0.25 MB 646 105
270,464 270,464 00000000000000019e8969724bcbdd46820d61fa3e70b95e58695eda95084729 0.50 MB 966 52
Previous 10 blocks ↓
Total Size: 769.03 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.92 GB sent, 93.01 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.