Memory Pool Memory Pool Refreshing

9,013 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,415 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (629,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,439 278,439 000000000000000203605e55981d3928e02fee5a64284260edd8f104f72cb705 0.11 MB 210 35
278,438 278,438 0000000000000000705eaa353be02854536835e9a83b6270445f2a5bb9431d5a 0.25 MB 343 27
278,437 278,437 00000000000000024a8d4a840581c397c5bbb43a972729b4dee67ef0cd3e5e5d 0.09 MB 256 70
278,436 278,436 00000000000000009d1a7d02df46c46f711db05b59685bedfcba1f7388a8fa98 0.16 MB 279 48
278,435 278,435 0000000000000002575356ceb4a72dad21db77dada401a48ba15ebf5ede4674d 0.39 MB 485 27
278,434 278,434 0000000000000000245b5713926f4db918e9000476859085822265e79becb89d 0.03 MB 86 49
278,433 278,433 0000000000000002def909647a066e7deffa5742598f53c8515835a759fad705 0.15 MB 331 50
278,432 278,432 00000000000000021c8b9f4fe23f21d21bbc34d3e151819e3a65846ac5d6d444 0.21 MB 434 50
278,431 278,431 000000000000000251c1c500906152c8138fdfdc7893dfc962e23112f91a1078 0.04 MB 74 17
278,430 278,430 0000000000000000d7b97f91190e215e19abe0f6a5c99e4c3f79790ebf606acf 0.34 MB 663 44
278,429 278,429 000000000000000190530b2807a9839499dd22eabc1da961377b75e2961cbe13 0.25 MB 734 82
278,428 278,428 0000000000000000e01a379a872fb0e92de8856c260976077c2fff9bcf08bc3a 0.02 MB 30 11
278,427 278,427 00000000000000014a674c24522f5063d454c767c4ebba11cbe42010b6e11a7f 0.22 MB 488 51
278,426 278,426 0000000000000002bf1d78fa69e9fc83d90320a30b3d805a36bc00e93c4cafe4 0.03 MB 49 30
278,425 278,425 0000000000000003026bf98fb7354b17bdba50a86f5a35b2e481dc0fe3372bbe 0.21 MB 372 46
278,424 278,424 0000000000000001d2d098960027d19e811f5d2f618d89839085ca89cf8f4fa3 0.25 MB 600 61
278,423 278,423 000000000000000288c6205d76f6807cb0f88df4f0aab2e2e42386c27694cfed 0.01 MB 29 49
278,422 278,422 0000000000000000715d7cdf1cbad2505de83986a2bf43595cbf40eeeb55e52c 0.13 MB 201 27
278,421 278,421 0000000000000001d73aaba870650e31de07a4dd691d4af783235b0e5bea4c0e 0.25 MB 662 65
278,420 278,420 00000000000000003377b7d4ccf28a4cfc56f0f38434ee123229d9cc8228118b 0.01 MB 39 47
278,419 278,419 00000000000000016ded765d51a088e37938e39cb01af35eec5be71c58eba0ac 0.08 MB 140 7
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.04 GB sent, 94.13 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.