Memory Pool Memory Pool Refreshing

4,318 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,147 (907,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529 529 00000000a0899965df34ebd3dbe3c1538e09433834f10d3f0a438ab9f5f0730e 0.00 MB 1 0
528 528 00000000e49373a26666dda6553bb5f0d74a939a788217829b20e6016a8334d4 0.00 MB 1 0
527 527 0000000050475e8b0608b84ae592640cd63577af6da96376570cfb5782bc9e5d 0.00 MB 1 0
526 526 00000000be9472e6e4b47acfb67345bd7aba371b41712904e30a1e6e728e910d 0.00 MB 1 0
525 525 00000000015402dc2bcc4afdc3be3c58e873a7ecea22c12f72d6889eb9b9a0b1 0.00 MB 1 0
524 524 00000000309014d78fc7440362c8ae0599e79557fe7bd0c94172dbc8c050ba5e 0.00 MB 2 0
523 523 000000003c22a2357ddc3c55c098346c9ee68510984b2c41c351c548ef295162 0.00 MB 1 0
522 522 00000000a258ca4d95258d15db20e5305082039c75e33d8b954eea3dcad14d88 0.00 MB 1 0
521 521 00000000df876b240d833725492cff229b57ce6cd27f23e55eb972c992fb099f 0.00 MB 1 0
520 520 00000000d9934c6ea6d0ab6c209227622bab36973bf2f8519d56de8e490c5381 0.00 MB 1 0
519 519 00000000c82dee467b576139731f6197775ba9ff3bb57f0fde638b9a89d00423 0.00 MB 1 0
518 518 00000000c6bcf8f690bdfbcf51a2c4b9057d47f05ba9efc3980b5c83919a8828 0.00 MB 1 0
517 517 0000000098c4a148c28c0eb7ae6aeca20768db02f4f1f9795f66924da6181214 0.00 MB 1 0
516 516 000000008c8e0512be74fec25a643b6337b3596974a2cee47682578bf6a583a5 0.00 MB 1 0
515 515 0000000052cd2861ec501c07a736a692fa629d841525fa42fa59e09e15687a12 0.00 MB 1 0
514 514 000000000e0a6dd63fbaf3e078494491d81ba2d6695266fde007dda7d859315d 0.00 MB 1 0
513 513 00000000f6dd61de790513e2691978433a32c785a5aad32b173c8240f0616b55 0.00 MB 1 0
512 512 000000000c8662009fdc5fc649984215b6472b860569ccbeb2a63a6731acdf8e 0.00 MB 1 0
511 511 0000000013c878e1fd334fc9a1f4dbe6a4ed76562c5507c4fc21c2e273f41610 0.00 MB 1 0
510 510 00000000af4a7f5131596697800a0014c668ae7f8385ce023c270dbce8844884 0.00 MB 1 0
509 509 00000000d9d33aaf1c9dce5bbecaffc917e957e06f336bbace59704a2678e766 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.83 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,680.64 GB sent, 97.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.