Memory Pool Memory Pool Refreshing

973 transactions
0.23 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.23 vMB 957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (783,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,646 124,646 0000000000000aa4dbb9e77d43f6586a9f1d5b507cf1e97ef01dcd8d04f8cbb5 0.00 MB 5 226
124,645 124,645 00000000000022463bc8a405efd9a004252668722d28cb47ddcb5d62faa1c5b4 0.00 MB 6 0
124,644 124,644 0000000000005b44295b25281db26b826f1b15bdb70a6e91bedf473a2c5eea8d 0.00 MB 8 0
124,643 124,643 000000000000658dc199873fee8256580a4be71de83f7b2c6487b9182d32ea72 0.02 MB 69 202
124,642 124,642 0000000000004ef8a78708592a43664dfeaecc617cf7d8f7876765aa9a7658a6 0.01 MB 29 1,528
124,641 124,641 00000000000012d606b10cc20b21fa871ad835a9fa6f58e73609af303e7dcbb4 0.00 MB 6 167
124,640 124,640 0000000000002da5f29f41266d8106a38170f07b4a8342283830f61d10a46b59 0.01 MB 38 174
124,639 124,639 0000000000005da44c2af5ca32bb82c30908e8bceb3eebe93dfb485a9b2f65c2 0.01 MB 16 2,225
124,638 124,638 00000000000017b4316784cbc29c18c57387da786e32767390077da6434a6d26 0.01 MB 16 1,445
124,637 124,637 000000000000010d33b0b9b4bf8039042171534113bcaf7492f2e425e4139da8 0.00 MB 14 0
124,636 124,636 0000000000005170e5e2fd17bd90550a970ee27d33e3f679f02467bae8afdf6d 0.02 MB 72 263
124,635 124,635 00000000000056999b794c10b314fd3147f1f0c5646808a0d09e1a4138921822 0.00 MB 11 662
124,634 124,634 000000000000401bff28863204af068aa496304be8471dbad241790fb7db4aed 0.00 MB 1 0
124,633 124,633 000000000000113080dda6cf93fb7ccd1b67f2e841175d8019f6f56690c039b8 0.01 MB 11 157
124,632 124,632 0000000000003fe1c3f1f9d9ad16e6b9531ceddf2bf99e5c450d7500a9b0544d 0.03 MB 60 1,461
124,631 124,631 0000000000002087dfe08efea949586a6b4b94dbf5543b58e51c4fb4a0d542b2 0.00 MB 6 662
124,630 124,630 0000000000006846933819b4824a6efa4c58235c9eb1affc9fd7a10642bceba3 0.00 MB 1 0
124,629 124,629 0000000000003c8a8a3d98f26b18c01d1905f1c9e9a5cb7b8d0c6232f97db0e9 0.00 MB 9 0
124,628 124,628 000000000000409fc17c66d7afb1e89efb43757c8c1201db28219ae06ad2e3cf 0.00 MB 10 0
124,627 124,627 0000000000000dc1af3bd0c695e1994f1020fd115d5b70d7b6851a9696443c7c 0.01 MB 25 914
124,626 124,626 0000000000002d361e6ee801a752ff922370feff74fe38ef3eb7c1b7acf1e234 0.01 MB 14 799
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.