Memory Pool Memory Pool Refreshing

6,148 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (675,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,558 232,558 00000000000000e951888631cf02dca897f5ba5a7da78edf14f15f1515c0b4bd 0.14 MB 275 121
232,557 232,557 000000000000002eac48ec80003432aa4bd2e3da8e2ef60c48f475b4b2dbecc8 0.19 MB 371 156
232,556 232,556 000000000000010bc4905185572c2f0dab4dbb2f18aa1c3cbdf682b840770182 0.00 MB 5 85
232,555 232,555 00000000000001884a046b175ed41c830bfb2045c6eaa598cccc50e63bec220e 0.11 MB 265 205
232,554 232,554 00000000000001cfe272c97763e2dfbf16099840a87283281786e4b1791bcc32 0.00 MB 11 133
232,553 232,553 0000000000000069f43cfc73623f7452903babc92e4ef66b73d3ddeaa2f2aaed 0.25 MB 606 133
232,552 232,552 00000000000000bf11ad375a87a5670571ee432fbf629ba0e69e33860461bf84 0.23 MB 510 160
232,551 232,551 0000000000000091566f5a7fa1070c843b37bee7c0170d235658d916c922f637 0.06 MB 143 120
232,550 232,550 0000000000000137f976777fb4ca88473263dae63f1d88c8d5c8e514a0278cc3 0.00 MB 11 368
232,549 232,549 00000000000001866df68968e36e3d36d3deb24e639eda963e88de93de9e5bf3 0.08 MB 173 138
232,548 232,548 00000000000000dbf82372345d05211dd5afd0be6ed1a5f67c987d3295d4208d 0.15 MB 323 145
232,547 232,547 00000000000000bc254d1fa13bc4be60fc8e5c19bdd3172070c662487512ad5f 0.06 MB 139 241
232,546 232,546 00000000000001b02bdeac14691b52bb739fb2919e75a011da7e0f2d9c6f90d1 0.10 MB 234 179
232,545 232,545 0000000000000136c70bc1428e6583a346d0cc87ea4fd836ce4a0cbbe749a946 0.09 MB 237 116
232,544 232,544 00000000000001a90825e2864b5748b484ff00efadf549287c9ac229d8fa3750 0.07 MB 146 167
232,543 232,543 0000000000000009975339b03d7b37e60d6917f90890518079cc3adfa1d345ae 0.02 MB 43 82
232,542 232,542 00000000000001333ae59db4abc563bdfb8573ab86e84237df820ed222630099 0.18 MB 489 190
232,541 232,541 000000000000004058e53c5b870d9ab9a686e74b05e1a1d6f626ff4266a5425c 0.00 MB 5 206
232,540 232,540 0000000000000165124443c1c3a6aaf2e2332338dbf765453d3854c1816d092b 0.16 MB 341 151
232,539 232,539 00000000000000228b4d67e6e5379da78f8e72d5f6ea939667f257144e28fddc 0.10 MB 198 175
232,538 232,538 000000000000011c32ede29ec4257218355df8b704b91f44fde5ee33ac0d59cd 0.01 MB 32 93
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.