Memory Pool Memory Pool Refreshing

17,650 transactions
35.33 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,154 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,445 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,153 (119,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,385 742,385 00000000000000000008481edd68a44401c66c8e1b86649c52149cae4749f4aa 1.34 MB 1,623 5
742,384 742,384 000000000000000000015d46b7ccdee9151788dfc3f86d371a2f494a2a5008c9 1.13 MB 894 6
742,383 742,383 0000000000000000000580d318486d9eb3628886fbf4d2583fc286d0ddb12e38 1.20 MB 1,166 9
742,382 742,382 00000000000000000002bd94b0f296a73b8ab85d091a3b57980ca4257dee65d9 1.32 MB 1,562 20
742,381 742,381 00000000000000000001b1e0c643dd921357f04e8e48bda3cfe9d9ed1d42a3c7 1.04 MB 434 4
742,380 742,380 00000000000000000004d9a82c52a0245fb74b224cc1bdbefe1a5230a522fe55 1.30 MB 1,963 17
742,379 742,379 00000000000000000001e9a01795f1646d37eba99c181ce72246242e9651a85d 1.26 MB 1,675 12
742,378 742,378 00000000000000000000067fe3a782fb79b80b328788819ccefdfb5e339427b0 1.10 MB 697 3
742,377 742,377 00000000000000000003a526549241d7151e4ae5fb1cdfe2f30827717e7dd9cc 1.13 MB 705 3
742,376 742,376 000000000000000000009363f6e47e8968bf24c70d2105fd563109c47be6a6aa 1.19 MB 773 2
742,375 742,375 00000000000000000007b41a2d33c3643665ec2b33dfbe446487c068578461ca 1.36 MB 1,262 7
742,374 742,374 000000000000000000041166c25019dbf6553f77acdee0e521290f07e740aefb 1.37 MB 1,447 8
742,373 742,373 0000000000000000000453ef5d26d27c3a627eb8ec0c080d5dbc80cf850778cd 1.15 MB 902 7
742,372 742,372 00000000000000000008b0c24c2d8b0c63a43304acde6c5bde7602ada8a54417 1.14 MB 995 9
742,371 742,371 0000000000000000000786d48dd70a18fcfffcff990a4816a4b1dab8a9050d42 1.28 MB 1,806 14
742,370 742,370 000000000000000000048c3ba00d64935cc96bb50a031aa92df9734876d88ce6 1.01 MB 182 3
742,369 742,369 0000000000000000000547e5f58c7f577fbaa2e080f2e388104e51dad45bd458 1.24 MB 1,509 12
742,368 742,368 0000000000000000000556ca45e31802e16a01e9f8d12f00007688549cb81e7a 1.18 MB 1,128 3
742,367 742,367 000000000000000000085912ff5406bdd31280c75a239324117a77f581816725 1.23 MB 1,496 12
742,366 742,366 000000000000000000086e20e860539dc1633d0ba835a37ad4dc328fa6b198c2 1.29 MB 1,807 20
742,365 742,365 00000000000000000001c867f6fee5446f085c6ff2ad99e463ada7cda564755f 1.24 MB 1,486 4
Previous 10 blocks ↓
Total Size: 684.46 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: 1,343.73 GB sent, 101.27 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.