Memory Pool Memory Pool Refreshing

6,733 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (746,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,197 161,197 0000000000000cd8e9a5f7875817799f80f05b43249a5821b9bd08167679c9e9 0.02 MB 26 60
161,196 161,196 0000000000000d22db364121fe02e9a353167afedb7c3d290ada910f50b8c82a 0.01 MB 11 9
161,195 161,195 000000000000072b271bda0d8b8be846e095e12a43313bcec453e0f628d24587 0.04 MB 82 63
161,194 161,194 0000000000000b31f21f657dd8bf35883397bef0f47e94e67d5cd622add07657 0.01 MB 16 240
161,193 161,193 00000000000005a5286fe2bbe3bc9f0baaa0138ebacb60609836d34c7fca29cb 0.01 MB 8 157
161,192 161,192 00000000000003c2c71aaf16122ae123330fa06c649a516b3bb167105a958416 0.02 MB 40 14
161,191 161,191 0000000000000b97c6039768845196f6568a22162c98bdd9f02c863883537d4d 0.00 MB 15 29
161,190 161,190 000000000000092e7e9ac8797b8352a6cc4ff1581e8a38b89f5741c3586563e7 0.00 MB 12 331
161,189 161,189 00000000000002fb482e5bdca72406104bd085d1d05a5d40dfb8d87920010a10 0.03 MB 63 140
161,188 161,188 00000000000003ef36a26cef59e8fe87c322b1d46ad77474aa9e45a3ffed79b9 0.06 MB 19 73
161,187 161,187 00000000000008c6a3521ca1e1829224d2c5119a45385fb77eeaa300b7f24a46 0.02 MB 41 91
161,186 161,186 0000000000000756dd7a215636aa59375c692afe83631d18010a7a4a3446baa2 0.03 MB 43 159
161,185 161,185 0000000000000755f3ce2a16fe4de8b9af0f73d337228f4d5d409eb4ab305245 0.00 MB 8 46
161,184 161,184 0000000000000342dae1d364f10f50166524b4ec66e6394c3804fc34d2c00227 0.02 MB 20 27
161,183 161,183 00000000000002db30e793d4c7413158047d46125eb167af4a2949ea3b5cc4a3 0.02 MB 56 122
161,182 161,182 00000000000000563ce74bf4a1257db6ea389916349423c8d8bdaa41d31e865d 0.00 MB 8 34
161,181 161,181 00000000000009ba37ada806093c64f97af2eadeec7ecb96df343b2b0c174c2a 0.05 MB 129 1
161,180 161,180 00000000000003a32fb0b39de4cce97c3ff30669725f50a4770c262995b95269 0.05 MB 40 63
161,179 161,179 00000000000004aa4bca5913587c3e65a4a1ae69f8a431ce51532de837fa2578 0.02 MB 29 282
161,178 161,178 00000000000005b0082230b8c3bee3e3d77770da3fe444c1822b87cf23061274 0.01 MB 29 232
161,177 161,177 0000000000000e29215cce6a5cdae480852d6153c4e502dd6734e20016325c90 0.01 MB 25 51
Previous 10 blocks ↓
Total Size: 769.17 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,633.23 GB sent, 93.77 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.