Memory Pool Memory Pool Refreshing

3,423 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (741,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,317 166,317 0000000000000542e120e4992dfdc58a435ba4e7c6ad913a300a3e6f554760c1 0.01 MB 20 87
166,316 166,316 00000000000001eaab8aa2927a8c7ed94e8a7a674479dd6c19a4046c922eab88 0.02 MB 56 110
166,315 166,315 0000000000000bb5ef6173ff2cc9995c0869a127595428050d707bbc4c9508fb 0.01 MB 22 94
166,314 166,314 00000000000009490cae62bde8b2bd809bcdadc739c6e1724fd34f5afb714826 0.01 MB 30 29
166,313 166,313 0000000000000004c22690a709a3c4f039b0354d87a64224584941589b353bfa 0.04 MB 115 145
166,312 166,312 00000000000007cbc75b551ec1143164f6f79963a0a78b7f0c9da46deab60d0e 0.04 MB 100 182
166,311 166,311 000000000000071616b602372912cb4a10bd754337f7b7ba67651fab46aaa8d4 0.00 MB 9 3
166,310 166,310 00000000000002265311d7abcbf78083ab5cdee8ab98fb11be057bfc25abed31 0.03 MB 42 97
166,309 166,309 000000000000077e7191d8af616bbc72962d464d00102ad7db89e292bb43d442 0.02 MB 53 133
166,308 166,308 0000000000000aca04444d13d57143d8763c852934f6d4972781a936ff4f2b9f 0.04 MB 124 110
166,307 166,307 000000000000095ceba06c960b83544137da32fd97992a3ce214c244763d2c91 0.01 MB 25 102
166,306 166,306 00000000000004808311049935dbea756c10570a834e33c4f0205f1a3274f3c9 0.00 MB 11 0
166,305 166,305 0000000000000409354ad32795da84ec84ec074241ecaa7ef97ca88ac795a3cf 0.04 MB 67 53
166,304 166,304 00000000000003b8ce7bc3ac8251ab9a300bccbf999d87be5f5a1e2560b4a2b3 0.03 MB 87 44
166,303 166,303 0000000000000032715354156f849e9e06ad596f4b9b71f130ac215eb156a574 0.03 MB 52 63
166,302 166,302 0000000000000955a0458b8e0fb1c02ea14727c846f3c62dc07827ef60971ea1 0.00 MB 11 295
166,301 166,301 0000000000000529e290a8e4b9c0c679c5dff57f2906f2cb2c944e57faf9aeea 0.03 MB 83 275
166,300 166,300 0000000000000a9f610ca5e50cda20f7ba3c60cbc7febf690ee48ebc21bbf73c 0.03 MB 75 120
166,299 166,299 00000000000004cca143669b27f643339feb5a25c9cf6cfa5b08b6429c95bfc4 0.04 MB 39 112
166,298 166,298 0000000000000ae99518483a7f21412f328e204e11e6d3fa9660b84f520bad2e 0.01 MB 22 57
166,297 166,297 000000000000044d14f35bbc4eb62fd39e7a6c8b65bbe480d0a9e1c271cec7f9 0.04 MB 133 82
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.31 GB sent, 93.78 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.