Memory Pool Memory Pool Refreshing

1,130 transactions
0.39 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.39 vMB 1,130 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (563,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,072 344,072 000000000000000008c8eede3fc8e24edc0ac5ff51fb706bfba1d0c0deba5858 0.38 MB 592 21
344,071 344,071 000000000000000009409bfff4db1863827d0a66d7f9b6b6dab64370ae782335 0.42 MB 861 28
344,070 344,070 0000000000000000175b8c4189a8f1af8bd7dcbcafd57e2681d297716da38fe3 0.28 MB 500 25
344,069 344,069 0000000000000000173eba0d560b66ab4fa06e11f418c15ccf811f8790dd7ce6 0.84 MB 1,461 23
344,068 344,068 00000000000000000014506cec64981fdc49178011a1510b1f00995c9d62a95d 0.75 MB 1,136 21
344,067 344,067 0000000000000000053dd6f8825b7cf8cb8ded193992d40fa9f8bde7a48f73d8 0.15 MB 351 52
344,066 344,066 0000000000000000110e4eb46c0f7f051c7bd0de6dc5192642aaf72dfadb8549 0.17 MB 257 20
344,065 344,065 000000000000000010c90d83c34e9712edfc5613113d1000ca14b973de125878 0.03 MB 74 27
344,064 344,064 000000000000000010748b1d3f343ced8a8bd6b18cb2aa04408ee11fb983cb60 0.11 MB 267 30
344,063 344,063 000000000000000003d825c65274fc0a511a0769ed378c63374820c8bd4f4cad 0.20 MB 357 32
344,062 344,062 00000000000000000477417305b03d8033a0c9fbf949be5ca60dbf0c6abf5fef 0.94 MB 1,752 24
344,061 344,061 00000000000000000b4e228f4bcde8003a4b3ecdaf319dc99e9e8f371d00fa8d 0.75 MB 924 18
344,060 344,060 00000000000000000885a6e53dd5c6bb4aeed72f7a28333f69d2b9337f8a0db2 0.75 MB 2,177 31
344,059 344,059 00000000000000000103edf38f4c5f986a68ac8e33379e4d9fc13259b5827055 0.16 MB 322 35
344,058 344,058 00000000000000000b0d817839b1bb4a6c3d3ee51ae889f2c072df5f412c4942 0.72 MB 1,434 27
344,057 344,057 0000000000000000021cb18ec216ff9522b0ac87895041c56153cfa352f5e261 0.03 MB 49 18
344,056 344,056 000000000000000012ab3b52e0d80a62d9a702dbb154181d4c411f9e1f6001ab 0.18 MB 361 26
344,055 344,055 0000000000000000185068855424a93e01d0def01d507adf953fbb7cd6ce2913 0.45 MB 867 28
344,054 344,054 00000000000000000751ae5bae5dd6bc0f9328c6403ace36f795816f42744499 0.11 MB 229 24
344,053 344,053 00000000000000001098158e4b5baa3e73d578e4345fdc92ff5e5eda7e641aff 0.13 MB 306 28
344,052 344,052 0000000000000000051fbe49067d5465ad715dce93f14aa2bebbdda3f6f5a48e 0.06 MB 84 10
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.