Memory Pool Memory Pool Refreshing

3,226 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (546,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,967 360,967 00000000000000000ed7b50198bd1e792d4894c84f59507288ed436945ac20da 0.25 MB 574 28
360,966 360,966 0000000000000000152551d9cd64f63fc4aa91f91005fb7256ea4ee551d8d5c2 0.25 MB 561 30
360,965 360,965 0000000000000000081a96d059047c5c7a7184034bdd482e139fa6c3ed4ba5c7 0.32 MB 688 29
360,964 360,964 0000000000000000029d3d70a9d57cb7326d93d594ed8cf577b11f51f8053dab 0.32 MB 549 23
360,963 360,963 000000000000000012c1fec35f3969a9fdc2fcb5d66aaad0c6408c2567bfde7d 0.42 MB 744 24
360,962 360,962 000000000000000012ed00083338b944d60a42366956859130f12ffcd833e07c 0.65 MB 1,109 23
360,961 360,961 00000000000000000538e585b08cda61c9f8ddc927507e2a2fd6b1fe41a8069f 0.49 MB 997 27
360,960 360,960 000000000000000014fe2a87968b4821a3eb326d7f8c25d48ffe974b41239564 0.50 MB 1,061 32
360,959 360,959 00000000000000001332325a3ceff37ad9f6d631e9394d141b7adbe23affc0d6 0.25 MB 546 26
360,958 360,958 00000000000000000cf08d0f41b5637c883f2bbae00f8f6396bac085b17555dc 0.28 MB 613 35
360,957 360,957 000000000000000009ae623dadd5bbe1d61d9b0cf123d31906f6508c85f8e618 0.37 MB 810 29
360,956 360,956 0000000000000000065e9765e8f85d106bfec84b9be643f385af786f8e4df159 0.54 MB 974 24
360,955 360,955 0000000000000000106476b8d544d65fc0fad599df7b6362f1e4742b6406cfb2 0.38 MB 575 15
360,954 360,954 000000000000000012214605e296659e309766f5fb19bba3692be2488040ed75 0.75 MB 1,195 27
360,953 360,953 00000000000000000a6b61a34f70c060d2ddb302a06a3d0db1d2eb89bf50b532 0.75 MB 1,294 30
360,952 360,952 00000000000000000e4d73b5cad0efe1d950415df0d24cb5c0ab45cf672e06b6 0.34 MB 507 30
360,951 360,951 00000000000000000875f1814e66786a59dfa9965b4e5d9c9177088b07c419df 0.25 MB 470 29
360,950 360,950 00000000000000000264cd7c85356dd0f30aff34c8b5587c3f41810387f1a5c8 0.54 MB 843 37
360,949 360,949 00000000000000000f5edb408ad876889269b93ae970812eaeceecf586bd15b4 0.16 MB 159 10
360,948 360,948 000000000000000001cb1898e7bf378944063260e47682e17081164877b95cd7 0.00 MB 1 0
360,947 360,947 00000000000000000e9a0d26c03b192fdb4c7639ae674b659da86b72530247f4 0.77 MB 1,193 21
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.