Memory Pool Memory Pool Refreshing

3,318 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,445 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (831,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,057 77,057 000000000014d09a12c65d7aeada1bfe7813c6b95fa22d33f021d980f85abe42 0.00 MB 1 0
77,056 77,056 00000000001416f764f12f8e5a9ebaeb83f17ef67121447bf5e1696c73a63b88 0.00 MB 1 0
77,055 77,055 00000000000bc318538ae070d26637d9a18b5854275479e4e255e43b7485b737 0.00 MB 2 3,861
77,054 77,054 00000000003c647f22112020e93c1c11c31e37788f936ec39c2ef117e2935f08 0.00 MB 6 0
77,053 77,053 000000000064f671884a1ebfc37026787e7fe5312489bc1a9012a676a74392bb 0.00 MB 1 0
77,052 77,052 00000000004e5b132b2721d690b26942228923ba08a0e8cea9307c7f07615aea 0.00 MB 1 0
77,051 77,051 00000000004e0c40b15dd80be3b677313fc95bacb3394410556ac6c6555e7819 0.00 MB 1 0
77,050 77,050 00000000005276ac22235ab9a43bc99d09d3739ba5a24b2bdd8a08fe8772b88f 0.00 MB 3 0
77,049 77,049 00000000001a6ce2fa47ccf749a3814b0b10e8297bae9e98183f4cbbf65c63e4 0.00 MB 1 0
77,048 77,048 0000000000592b921f31f1395758f00ffb183c7b813350eca6e1d4463d3ef356 0.00 MB 1 0
77,047 77,047 00000000003693a626a18fd5845b9642c2260cea1b2a7d874bd1096f3d514aac 0.00 MB 2 3,875
77,046 77,046 00000000000160a0536e05e97fb1f2250aa957fc05ef95950e9bfde9d8cfda41 0.00 MB 3 0
77,045 77,045 000000000011e7a05fcb6ddc592633fdab07eef83fc3f3f3921220feb70e57b6 0.00 MB 1 0
77,044 77,044 00000000002e6059de500ae14555f1abaa225de2510d1d1004bc7a86cd47419a 0.00 MB 1 0
77,043 77,043 00000000004bd9be62070f074beb6c6f8579c82823f17730102aed99e4b826d6 0.00 MB 3 1,937
77,042 77,042 00000000002c95776238fddda6c535e2ea30b16ece02db78b738034a125c4d3b 0.00 MB 1 0
77,041 77,041 000000000000e4be4e5eb518ccd6c6602194c958e9a48a2f1161d72622b0fb61 0.00 MB 3 2,398
77,040 77,040 000000000017bbac26f85dbfcd98aebd910fb715e08db707a7d95deadbcd35da 0.00 MB 2 0
77,039 77,039 00000000005214131e9dabadc2d7d5ab99f116826dd6f9ce74a1f54440b18ee0 0.00 MB 1 0
77,038 77,038 000000000019ca99e644dc9a6d2ce4b43eb523cb0f42e682c3235868ae45d4be 0.00 MB 2 0
77,037 77,037 00000000005258e1c3064b76485d992d6540d073e98395b2f551b2196ac5390b 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 770.48 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,760.23 GB sent, 99.51 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.