Memory Pool Memory Pool Refreshing

1,831 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (394,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
513,564 513,564 00000000000000000019700bb0cb1092e5b3b21a0e2e67237e8e66f727e05d99 1.20 MB 2,980 28
513,563 513,563 0000000000000000000748ad0039b0a18534044b674e80d3e8daa360b16fdd8d 1.09 MB 2,242 78
513,562 513,562 000000000000000000482b4b396a055351347eb5a590879f54c52c6e9c290999 0.50 MB 809 16
513,561 513,561 00000000000000000029a6afb8da1e89ad2d9175b4d3a9e4a3c8c2a7dd38f25f 1.10 MB 2,222 8
513,560 513,560 0000000000000000000214955a3ae82a11a2ab6ee6c038940b60fa562f8f126a 1.10 MB 2,367 23
513,559 513,559 0000000000000000005287c2bd4c620b11629ea016878f5f2ed648909d7b7592 1.14 MB 2,764 34
513,558 513,558 000000000000000000079e52460d45ded8ad73ffcf94361a1e2d737437743b7f 1.23 MB 2,431 31
513,557 513,557 000000000000000000363a615cdd8741a272edc4ee9632b153a9e9c0dcd633d0 1.33 MB 3,137 21
513,556 513,556 00000000000000000054ab949e4764dd41ae6a6d05e1f5ac08a42a4ee773ef60 1.21 MB 1,183 34
513,555 513,555 0000000000000000002826ea9983752be190d4fd104d0b84b1200f43923206e7 1.12 MB 1,686 51
513,554 513,554 00000000000000000034a0b1279617ec857122cbd0725beb131f74f33a01877d 1.08 MB 2,471 62
513,553 513,553 0000000000000000002f73097cba5908e08601be4fddb426af635a1f6910b32e 1.07 MB 2,257 90
513,552 513,552 0000000000000000004a82d02ca8eef95b69752f699d2d778da37bfb6afd943b 0.49 MB 945 39
513,551 513,551 0000000000000000003ce60a4600599eb822a1088bf78f8dfd96a3c4f88334df 0.15 MB 405 21
513,550 513,550 000000000000000000201e7c5268ced7a32d9f6c1da66244ec11e7f9fa0502c4 0.20 MB 457 29
513,549 513,549 0000000000000000002a747021ecf8dadeaa9d1233b3870c52ec557d020451d3 0.22 MB 536 29
513,548 513,548 0000000000000000001c8a01e3d268f7d26c45f0b285009cd76b2e4a2df65f78 0.52 MB 1,055 38
513,547 513,547 0000000000000000004f49421ff1e174b5ff1c04c40d148471f69e5b08096133 0.31 MB 584 24
513,546 513,546 0000000000000000003361b638105cac35d79d9d6615c68b0509aad2e8bb26e0 0.81 MB 1,531 34
513,545 513,545 0000000000000000002dcdb1fdff2ede10fda608f9908f66da07904d9f785e32 0.40 MB 990 41
513,544 513,544 0000000000000000002b27fd181bbf94c896c5eadf152837cce11442fda13e34 0.46 MB 1,026 18
Previous 10 blocks ↓
Total Size: 769.59 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,651.08 GB sent, 95.86 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.