Memory Pool Memory Pool Refreshing

70,085 transactions
26.67 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,019 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,374 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,018 (50,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,071 811,071 00000000000000000003238a0300c07cf43a1501322f65f1377c2c575df52a06 1.54 MB 1,136 8
811,070 811,070 00000000000000000002927bb5706ef0dcdff232c55cfa099d2b4ebf18f231e8 1.64 MB 3,382 39
811,069 811,069 000000000000000000005812156729138f4f0a62bbe028184254dfe2b82c572a 1.37 MB 1,264 14
811,068 811,068 00000000000000000001dc12ec1125177ccb7773f560317a3e825545759ed6ce 1.64 MB 3,308 41
811,067 811,067 00000000000000000003ebb0426240932ccb7e9d2c7cfd7a4ad13000c72c0431 2.11 MB 170 2
811,066 811,066 0000000000000000000205ed23a02ee52d97b7b146566a1fd982a9789603cdf0 1.72 MB 1,180 10
811,065 811,065 00000000000000000002587bac5c18f52e298d1a94e44ad8c239f7e4075e3607 1.82 MB 1,216 8
811,064 811,064 00000000000000000000367107902699de81456bc7bc983b058063e3dea66488 1.89 MB 1,663 8
811,063 811,063 00000000000000000000380fb362a3ad3dc257cc28daadfc83fffd0c10eb3b82 1.67 MB 3,297 21
811,062 811,062 000000000000000000006b922fb2aa197624291362130d1519684e3968e7ff04 1.32 MB 2,213 33
811,061 811,061 0000000000000000000181c56083d3654ca13ea797d78e27957d34d9d38c9f7d 1.95 MB 1,457 12
811,060 811,060 00000000000000000002ecc5444376b4327f53f1e414d0515e4384e34e96efee 1.53 MB 3,087 35
811,059 811,059 00000000000000000000592be53d778adf02a7d3f68a250c912d568d52be84c1 1.75 MB 787 5
811,058 811,058 00000000000000000001c9b6d7e83f35f1408364a1ddee7c1211627005df31f0 1.69 MB 1,971 9
811,057 811,057 00000000000000000001b627da29a7139e21f6b0805837b050d393cb8ad02791 1.54 MB 3,846 48
811,056 811,056 0000000000000000000198d91cebfd0364812fca36fdfaf34c8cdb3a4e0ea190 1.76 MB 1,111 9
811,055 811,055 00000000000000000000ff384d370d70af70c137c0c418db35b1725c6601b169 1.53 MB 2,668 26
811,054 811,054 00000000000000000004674dac6e792c5d5464f14d1bc697ccad6d6ed0c3bcb6 1.58 MB 1,597 15
811,053 811,053 00000000000000000000cad96acbd6b774500453f5aafdd46e193bf39931c365 1.88 MB 1,029 10
811,052 811,052 00000000000000000000bd76a98bdfe6eff033087f37af96d55d9ca4a67cd6df 1.66 MB 1,517 15
811,051 811,051 000000000000000000030159b3cdb5f8da8b636e9dbd369caff3639caf6f0689 2.13 MB 320 4
Previous 10 blocks ↓
Total Size: 684.20 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,329.86 GB sent, 99.74 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.