Memory Pool Memory Pool Refreshing

531 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (609,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,795 298,795 00000000000000006c676f335f47278ad91d5ec01c7217d97c15aed47ce27926 0.06 MB 131 29
298,794 298,794 0000000000000000443748487fac8ee3de1855f712bc2b20ca66e6385fd09170 0.34 MB 190 15
298,793 298,793 00000000000000006a38a52b361a388ccc448549326295b117a07f719d4691e3 0.42 MB 1,024 58
298,792 298,792 00000000000000001db80f64ec60609943e4dbf7a4af634e49bb4055d076bad3 0.19 MB 411 36
298,791 298,791 00000000000000006c240dc06dae5fb33a55b3d70913ba07ff6cd06de0463c06 0.03 MB 32 22
298,790 298,790 00000000000000005706039f890e1aafab19cfbc3701d5fd8dc41f185b6e12a5 0.00 MB 4 67
298,789 298,789 0000000000000000819b1c07be5201617a1efd3c61b2ec52ccada00a6effd316 0.33 MB 616 31
298,788 298,788 0000000000000000590d8a205f9e41b759ec58381e6e389bef362aef454235cc 0.14 MB 295 35
298,787 298,787 00000000000000005e0b11bb0bbccac8802d235e206b9c37acb661ab1d4015eb 0.02 MB 52 38
298,786 298,786 00000000000000002f0dd9e02ac4fb510a3b7038604efa4c0272edd79c19362b 0.32 MB 328 17
298,785 298,785 000000000000000029f4679048eec8f0d772e82c62c44d1b105f39f91f0f427e 0.25 MB 713 47
298,784 298,784 000000000000000085982620694cf1ac912fab1475bd5fdd202108c5eb14d5ca 0.11 MB 84 14
298,783 298,783 0000000000000000731882a72505f0f8aa3e75639bfdf8fe8a0421bbcc1d3f2b 0.22 MB 512 34
298,782 298,782 0000000000000000557c64816dca074d64372fcefd43621cbc6cc86bd480c3e7 0.02 MB 32 25
298,781 298,781 000000000000000052c98f6b9d5b5ca0912045d83e53b4e0264224e0dfaa01ad 0.07 MB 128 29
298,780 298,780 0000000000000000170b0ddf6894bd1ef24ce4a98b313c865d9dbfbdc7918c2c 0.02 MB 37 38
298,779 298,779 000000000000000064600a9fdced9ab734657e13b67a5140dd6344a3bed790a1 0.07 MB 100 25
298,778 298,778 000000000000000084c7a6be81523a3c25d4860c8c439896528aae8fcaaece1d 0.02 MB 30 11
298,777 298,777 000000000000000030eb6f7eb957283563ca954618959ebfef138884b4ae7e46 0.25 MB 496 34
298,776 298,776 000000000000000034e20137afa0a3fe280fec760bbc26e7a1c8f25beba2d7c0 0.40 MB 442 22
298,775 298,775 0000000000000000199fd2f6e59764f90a3452e72b97b3f587a33a5ba369797e 0.31 MB 512 31
Previous 10 blocks ↓
Total Size: 769.27 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.34 GB sent, 94.26 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.