Memory Pool Memory Pool Refreshing

842 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,766 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (492,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
415,371 415,371 000000000000000003aa85fe39ca68108535981dab71796812cf747798c13921 1.00 MB 215 3
415,370 415,370 00000000000000000485fc9fe51631e3b40b6362322348ae767a20d12769ee23 0.84 MB 1,510 34
415,369 415,369 000000000000000000a6714f884ebb864d5e3928e889ccd523387c07d5186c71 1.00 MB 2,853 54
415,368 415,368 000000000000000004429aca59f306d97f5bce15b5898ce93fab4b2fde31a2eb 0.47 MB 1,273 49
415,367 415,367 00000000000000000366ee77a0c43f1d3b67960038200b1279eeabfb2485b5c6 0.10 MB 267 49
415,366 415,366 000000000000000003e71fa52bb445afc3fafca765dda526b6338455027650af 0.53 MB 1,338 44
415,365 415,365 00000000000000000368b8339a9774245805474b0474cee496e1673be4297d64 0.99 MB 496 8
415,364 415,364 000000000000000002ad879580ee872a533b47f3b61dd7e91b4fe04be3edbe7a 0.63 MB 1,505 42
415,363 415,363 000000000000000000e356b738231e2b03f8eacc12614dec0eb6f7c055a5387f 0.99 MB 886 18
415,362 415,362 000000000000000000cd6fd18f9fae35f06171c09fe5214cd4cdcf1e248b3092 0.06 MB 128 33
415,361 415,361 0000000000000000046cafb50699bfdb91e7eccce6464d2e46095a67646bde1d 0.66 MB 1,568 46
415,360 415,360 0000000000000000002e41484d8987b6bc6419a215e43d0a1e9373a1396ca3c4 0.70 MB 1,239 40
415,359 415,359 0000000000000000021f679b24f2c67466937a47210e55574046b47a7b943b8f 0.99 MB 1,082 24
415,358 415,358 00000000000000000476e4e2a6dee84669f9737b638d4e550c950b07828463e7 1.00 MB 2,678 56
415,357 415,357 00000000000000000409150a8c24b3699e7eeaf93933be6d3d3b0eca1ada552b 0.99 MB 866 21
415,356 415,356 0000000000000000037276bb3fccf25942eac416d5c537eeca39e4c7c7897f31 0.63 MB 962 26
415,355 415,355 0000000000000000058a59f94ef788ec6958c758ee483bb1ba85e911d3f9cf27 1.00 MB 2,638 66
415,354 415,354 0000000000000000012d454dcdf8485b673f49cdefcd1b5f24dcfc37326c1a26 0.37 MB 619 41
415,353 415,353 0000000000000000043a9975933cee8e0d783c2550ffaa7c16a3a556fa18cb0e 1.00 MB 866 12
415,352 415,352 000000000000000003688d5bcf1351e7e9fe39c385f6335c5ab4bb7dd3587662 1.00 MB 1,819 44
415,351 415,351 000000000000000003e07c79300653b487af736f8bc8a8eee8401622e08e1fa6 1.00 MB 1,490 42
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.