Memory Pool Memory Pool Refreshing

68,006 transactions
32.69 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,332 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,789 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,331 (515,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
354,466 354,466 00000000000000000447559d397ebf326b23f16e5d2167560ea31861337dd0bc 0.10 MB 108 12
354,465 354,465 000000000000000011fde28ff8c1c7b3a3a5a6a1fd11927a845854e01a63ea77 0.19 MB 348 28
354,464 354,464 000000000000000010efd4fe394ad6a1b9030be2207a9bd21bba622231d9d7ab 0.12 MB 255 24
354,463 354,463 000000000000000015e74dc98f7d67bc33f44122ef5275191cd906dcb10b761e 0.29 MB 553 23
354,462 354,462 00000000000000000348a9bf8918b81f1efbbd180d03a7c4c76e15af402f4afd 0.58 MB 1,053 28
354,461 354,461 00000000000000000d22c6cfb711e7e4f6c9859b24d04b3ded7a8606efad77f6 0.48 MB 699 21
354,460 354,460 0000000000000000091b02124c9c34c8c75af210d31180db1db13a128532da1d 0.12 MB 129 14
354,459 354,459 00000000000000000a600c371a5e61929e2b18f70cc1e0c52682dc67aaf9a18d 0.13 MB 249 29
354,458 354,458 0000000000000000091d50c130bbe1ea3e8c46a8b8ea9ae48b4ca908d7fb9b2f 0.15 MB 233 22
354,457 354,457 00000000000000000d0a9d729833b3a4a8ea58e97861b64236be7a52d55e3be3 0.11 MB 174 22
354,456 354,456 00000000000000000ea329dc20b00c998c81eea83466004e38754a825503d207 0.37 MB 728 24
354,455 354,455 0000000000000000121eafcf8ed17c522d04ced517285e47cbbd663996a8ff0d 0.07 MB 124 18
354,454 354,454 000000000000000008a8c3b7146683ee40ebe67cb1806542d9003eb404f25b9d 0.49 MB 1,042 28
354,453 354,453 0000000000000000070cf30a28a3fb8f9d1cdb9aa60d46b4ed864f7608b54b67 0.45 MB 459 14
354,452 354,452 0000000000000000092d8db1174b245d3a36da6501686a3f41fe0b1d5201feef 0.75 MB 1,879 35
354,451 354,451 0000000000000000157d55c0ba4e1ca6fd22585543ef430c66c6aac3e8b83a88 0.29 MB 575 28
354,450 354,450 00000000000000000fb2d8161d751079994118cdfa85019b774c2eb86d32f8b7 0.30 MB 635 28
354,449 354,449 00000000000000000cfaac7fce571bad108b92ce36ebb5b95954dc2cfb273a73 0.17 MB 282 22
354,448 354,448 000000000000000001085386d3256d77ad8c4ceb0e44281a082fa85030361993 0.28 MB 474 24
354,447 354,447 00000000000000000c1d0a8720d19bf51dc76c7dba531b405b21caba05d7da40 0.47 MB 934 32
354,446 354,446 000000000000000004d1ec09faee7988da582e3e90e4f5a3863aea2517a03368 0.21 MB 414 27
Previous 10 blocks ↓
Total Size: 700.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,229.30 GB sent, 210.94 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.