Memory Pool Memory Pool Refreshing

1,168 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,166 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (470,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
437,401 437,401 0000000000000000023721c12429d9014543febfabf1604deaef45b08390f1e8 0.99 MB 515 17
437,400 437,400 000000000000000003d0abe21e2b18b6902469481bd4d735116a5135faa361f3 0.30 MB 616 65
437,399 437,399 0000000000000000044557bf3d923b7c6792acc55bfcf0ebfe0795a6c999b55b 0.74 MB 1,637 66
437,398 437,398 0000000000000000029dd0cc189c50aa394002f6a76c4072b5b9f66adde07ba9 0.56 MB 1,077 57
437,397 437,397 00000000000000000177c81dc5510270c695408932abe885cfd5c585c0fb5d06 1.00 MB 2,039 62
437,396 437,396 000000000000000001253000b57b9d26947be07568db23fd2150c6c8589bfd53 1.00 MB 1,867 90
437,395 437,395 000000000000000000d7434f5108f032a63972b94dade18fab420c9aea0730b7 0.90 MB 1,999 72
437,394 437,394 00000000000000000024143ec37ea1b37d03c52ade4f3b4c4add7fd850794e17 1.00 MB 502 19
437,393 437,393 000000000000000000adb43704e3a64b45f475ffdc66bd1a827ed0f81e744c68 1.00 MB 2,171 71
437,392 437,392 00000000000000000356269ecbcde6e8e2716d21e4dd5dd590d5c97204489ad4 0.50 MB 745 33
437,391 437,391 0000000000000000026d5a2b5d43351da7c1e981d2c87c02950ea8f6f1e2eea1 1.00 MB 2,241 64
437,390 437,390 000000000000000001839389d4cd945fe1e0751e103b933b4dbfae2af4830fc9 1.00 MB 2,397 63
437,389 437,389 000000000000000003d8dd55d441fccf0aaf7ad3803205d1e5cc51af8275574b 1.00 MB 2,597 117
437,388 437,388 00000000000000000086e10ebbbef383ce71894fa98d70341fed925dee682664 1.00 MB 570 6
437,387 437,387 000000000000000000e93ec68fe6e4d8390ce3c3cb1d9f78516d7446c01286fc 1.00 MB 776 15
437,386 437,386 00000000000000000007cdd883984b5960775a2630aa6f6fba661b46fe563ee7 1.00 MB 1,253 34
437,385 437,385 00000000000000000444a150fb67687b311ba01e05fab0c837358ddb3c299091 1.00 MB 1,016 21
437,384 437,384 00000000000000000389b7403283acd900a9a5d658580a5ba7b42a489a1f8d38 0.72 MB 1,475 68
437,383 437,383 0000000000000000017fe44d8f44746158183dacd586daaab8dad2f67fa17664 1.00 MB 1,384 23
437,382 437,382 0000000000000000009af9c1745ee127e9039045a4eb076b0c6ed19bc6c87bb4 1.00 MB 2,150 70
437,381 437,381 0000000000000000002b86219ee06d1278c169f5031f9e60b69127be5f144c62 1.00 MB 1,765 58
Previous 10 blocks ↓
Total Size: 769.10 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,629.10 GB sent, 93.41 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.