Memory Pool Memory Pool Refreshing

2,796 transactions (0.82 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,057 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,780 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,056 (901,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,444 7,444 000000006182f684cdbe2dd5bc7b5b7dcd059c2ee1ae2c7b39659f2d44355e03 0.00 MB 1 0
7,443 7,443 0000000054562c25534c2c8815706f6ec67b01e1ebfd15bd81352c0438e5b38a 0.00 MB 1 0
7,442 7,442 0000000088fccdc30b98a3bc6c06c83c36f41b5da7695be00855022ca15ba98b 0.00 MB 1 0
7,441 7,441 000000006cb605fdb244424eaaad09187aca8a4f31adfa1b827e2ca19985aa82 0.00 MB 1 0
7,440 7,440 00000000a7acce51e7e86d5ed81c361ad127f27c02a80a5b392ef6330c2107cc 0.00 MB 1 0
7,439 7,439 000000008e26a6ca46f3cde4cfaf06b21a6902ecab89953059ca366526c01e30 0.00 MB 1 0
7,438 7,438 000000002f52076a8ed9ddcd28ba05dad9486b303d87dad1fc69a04d379bd8c2 0.00 MB 1 0
7,437 7,437 00000000bb8a6faa139493591e11b6684b6bd920ee420f0f1ad8472c9c7b68ae 0.00 MB 1 0
7,436 7,436 0000000087de57fc9b594b637aa9712042d6ecc17aa605a298a81301f7e9ea22 0.00 MB 1 0
7,435 7,435 00000000348039e8d178858611718957e6f8276875638bce6aff8bd6d8e46aed 0.00 MB 1 0
7,434 7,434 00000000cb08aaaa6c03526aa0d8bda289575622284b66aa5a9aec7cfa97073b 0.00 MB 1 0
7,433 7,433 00000000e10bbc74e8d27d553d1d2c9b27a024ec3c358401a2e1b2ba8b0ea5bc 0.00 MB 1 0
7,432 7,432 00000000f1a971b62c9a02a0fa58bf46d84275a9a529c5803f14bc4067385430 0.00 MB 1 0
7,431 7,431 0000000012bdcd3576bdef9371a94e68dcdf31351e79ae7911f822c084a966c6 0.00 MB 1 0
7,430 7,430 000000005addc3c13a441ba0532387a240907929a1029cd3553efee30acb9880 0.00 MB 1 0
7,429 7,429 000000009cde9cde5c331b51a8166b8e0ff9dabc4d8cc1c0afb81c7ead6e1ad2 0.00 MB 1 0
7,428 7,428 0000000095aec581cb9903f935c4da8edc78cd194824cc34077e4d1ef822f3bf 0.00 MB 1 0
7,427 7,427 000000004c92274a6135a675095eda7ecb759766411d199538bbd44210e2a89f 0.00 MB 1 0
7,426 7,426 00000000d58a50dfcfc16330a427305e7868fcbe850eadc63b5a121f3642b774 0.00 MB 1 0
7,425 7,425 000000005199f3f9c9e872d76ff0fde062a1ddcfd1cac4ff69217893ecfde997 0.00 MB 1 0
7,424 7,424 000000005d688c3609c7e06b3098174d6d6bd914c7bb0454572887640623ab69 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.65 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,897.65 GB sent, 105.76 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.