Memory Pool Memory Pool Refreshing

723 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 721 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (862,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,744 44,744 000000002cd4a7f7379d3e9bfaaf93f7d8b83d341b4d4774dc92a6f8c28aaa80 0.00 MB 1 0
44,743 44,743 0000000016e76a052042a5075d1a0cda8f8269eeb8058060eab0db23f1873f0b 0.00 MB 2 0
44,742 44,742 00000000272a08ad120ee8d1bdb1655ce7e1bea49754a4e745c63a9159db4508 0.00 MB 1 0
44,741 44,741 000000002e06551bcf3b71e8cae4c0b1b04091c7fd28cd9e20b2280c79b1f0cc 0.00 MB 1 0
44,740 44,740 000000001e98238ac901bc7e6322762b71884c5574c6d1a7ca01706577ed1a24 0.00 MB 1 0
44,739 44,739 00000000074d097ac09208d261ff06e496f94620f36dc22c95d392ddbdb9b089 0.00 MB 1 0
44,738 44,738 000000000e1e118a4364ed0b461435caaaccf8aa603583bff33230916be8f8ed 0.00 MB 1 0
44,737 44,737 0000000027ff91e1df47d11a99a1575fa72c8f738239dd5641b83f49898c4f24 0.00 MB 1 0
44,736 44,736 000000002567a7950aa0b037fd0e47f3c7db19bb85b69d57b1fdd1ed925303ac 0.00 MB 1 0
44,735 44,735 000000001654b87ec1bfc9f1fd8b6809813a30f717294f43d8653f706c30b8a0 0.00 MB 1 0
44,734 44,734 0000000005d6d2f600a133c67683fa3c1ba003b2fba707df0a7394836b7c252d 0.00 MB 4 0
44,733 44,733 00000000338d49494ac0c0eb9ea4dce8d012101a877f960256367058780df675 0.00 MB 1 0
44,732 44,732 000000001ffd53041c13f779f2aa2bea82d87d2eeb4695c0335f899256e8eae4 0.00 MB 1 0
44,731 44,731 000000000b519300d7fdae13d8c381f37b93d4f718e3906ad50dc60da4b59fa9 0.00 MB 1 0
44,730 44,730 000000002652334bfe678d3176c16ca91b65754172dec64efb659edfd63fccd1 0.00 MB 1 0
44,729 44,729 000000001b4a8092e620643d3a96ed8f83f72f0a790d36dc27df1ab2a82b8219 0.00 MB 1 0
44,728 44,728 000000001c85bd1cb35f7ae8883144559dd1815c306ee68a7cfc56470a6170ae 0.00 MB 1 0
44,727 44,727 000000001d6923909fca4e53ad2215db1bcae4cb6e8200e7dfeb5c25c3ff6e0b 0.00 MB 1 0
44,726 44,726 000000000de8acfdce9659d1c3961e5dd4a60907ccdcd232dd6039029584a791 0.00 MB 1 0
44,725 44,725 00000000101ee7ec3d380be1b497461ee5a1014b9994f0f8fe0bf275583e8f1f 0.00 MB 1 0
44,724 44,724 000000002e8c8b74849cee02378e996597f1afbb96020261d250a89ca45bcebe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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