Memory Pool Memory Pool Refreshing

49,219 transactions
21.15 vMB
Show Random Selection Loading Transactions
Max Size: 120/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,881 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,411 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,880 (59,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,465 813,465 00000000000000000003290442feba9f953e2cea68bd41177454d8410fba85a2 2.08 MB 210 1
813,464 813,464 000000000000000000008a4957eb312b3d9f4fa07f5691c55078d32ba36dc5da 1.77 MB 1,682 8
813,463 813,463 00000000000000000001383228525b68f54b8c0f18ecaed70588b3f1095034c8 1.87 MB 152 1
813,462 813,462 000000000000000000016cbaad8dde77be1c22616a1f1c6a8f65a278a013f911 1.91 MB 1,417 6
813,461 813,461 00000000000000000001d0aac90eed21952690103a5f8fd851b6edf840b47fde 2.54 MB 867 5
813,460 813,460 00000000000000000002c3abb3cb5c61d42d7bc4061abbd28e79a6eb0646567b 2.58 MB 1,778 8
813,459 813,459 00000000000000000000e73a77135f860f7bbb4883d5e3af98567beaa069cdd6 1.98 MB 1,636 7
813,458 813,458 0000000000000000000006fd0af20c28598837029d25d65bade7c5369216d254 1.72 MB 1,402 7
813,457 813,457 00000000000000000001d598e597157aab625a769ce616e4b98e0a42c9086375 1.83 MB 766 2
813,456 813,456 00000000000000000003a0d0045a323870124694ecff7bb45337a3753fbb927f 1.69 MB 2,731 15
813,455 813,455 00000000000000000001fbf6aa362f44cc21f3abb121a162055ae35940a4a0e6 1.62 MB 2,084 9
813,454 813,454 0000000000000000000267127c1ecbb53382b51497b350e3b154a29518e990cb 1.69 MB 3,023 14
813,453 813,453 000000000000000000016211d79c7c70f7a2f523cf3dd3e164501ffe4359f222 1.93 MB 1,513 6
813,452 813,452 0000000000000000000106f173cdea5bb696fc9b91b24df6c5de95ab1143dca0 1.95 MB 410 2
813,451 813,451 0000000000000000000074110cca5a4e3f3a618741cbaef702937c96e17c504b 2.13 MB 82 1
813,450 813,450 00000000000000000000adfd0307381bd373a9e55cd84dc54a4925cc1aacf653 3.07 MB 1,240 6
813,449 813,449 00000000000000000003ea9097e1d0ab27582d3339cf1afcdab566564632b0c3 1.43 MB 1,911 8
813,448 813,448 00000000000000000001e9b9b7f263ca9ec816f2c7d592aecc9e0c1380b03359 2.46 MB 1,779 7
813,447 813,447 00000000000000000002af76e13b191fc36d5715785f203ed4fa18a73c31be2c 2.43 MB 1,563 8
813,446 813,446 000000000000000000034d25d87c101bf88544fd1cadb32170e9975ca299e400 3.12 MB 727 4
813,445 813,445 0000000000000000000354ecf4a2c0a3f9f40470735f6fe45e038b0e1010dd5e 1.98 MB 1,324 3
Previous 10 blocks ↓
Total Size: 704.83 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,660.49 GB sent, 243.73 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.