Memory Pool Memory Pool Refreshing

1,431 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (571,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,396 336,396 000000000000000006004868030f9fef94da8ff605782bb0ad29eb519dbe8b65 0.74 MB 1,034 22
336,395 336,395 00000000000000000469eedb291c003d540b1bcf8079c001a1201bb95fc1694d 0.14 MB 512 69
336,394 336,394 0000000000000000042fca0de129ecc349d443abac69c5a0738580a50328ea54 0.17 MB 285 27
336,393 336,393 0000000000000000164d30aaef28781aaecb43cfa739f5be578832f14db6b46e 0.38 MB 743 25
336,392 336,392 00000000000000001005fdbb587326afe1d7df28b75d896a10cc663e75d3be08 0.04 MB 64 38
336,391 336,391 0000000000000000161151ced569ff2d14f555da7119cada6971e9f6d01c3e8f 0.38 MB 512 20
336,390 336,390 00000000000000000defba1250894ab6cfca83c35689835f1cdb469b27a2d293 0.01 MB 32 29
336,389 336,389 00000000000000000729a484ac99d65125e633ebd77439dd7779bf49479ff0cb 0.50 MB 669 21
336,388 336,388 000000000000000012473efbafad281bb9a5f456e03309f5fe354ba4ee7e80e6 0.03 MB 57 15
336,387 336,387 000000000000000009ac9d6a4f1ff3f73ddc41442a16499b81dd2de6e55520db 0.32 MB 889 37
336,386 336,386 000000000000000004691fb1b7e0bc0351fc1242d858bac2aefc139001a7056f 0.09 MB 218 25
336,385 336,385 000000000000000003b8ab518ed3e1c73df93b9d1d71d552c3c4e15d7b814a90 0.79 MB 1,047 22
336,384 336,384 000000000000000007f5dc18964cde486496b1937b290a06754a9b8f46a0b323 0.23 MB 643 38
336,383 336,383 00000000000000001a70c8c443d891b0072630f21f406ed5e7edd52c0f5b208e 0.16 MB 374 32
336,382 336,382 0000000000000000176555f2fe15a1abd2aec48acd52ed0570f9be94d10e30d0 0.57 MB 1,131 30
336,381 336,381 00000000000000001215d5668fa2cb36b1af6ff182953d76dd5b33cd66918dd9 0.10 MB 213 34
336,380 336,380 00000000000000000783451002e3ca4d8029647eb8eb154b089efd32b4229e75 0.12 MB 223 21
336,379 336,379 000000000000000018dd9e911defeb366697d1f3aeabb54c27788a7ffcfd414f 0.22 MB 386 22
336,378 336,378 00000000000000001a6e62968aede8ad7133f764fd815a63e70b954be215071c 0.55 MB 1,047 25
336,377 336,377 00000000000000000b6c9ef7cbc7d4286ab05340af2e20e75b62bf900873930f 0.54 MB 857 20
336,376 336,376 000000000000000000920bac2fc520bdb4ea4012369ffca5eed55e18646a32cf 0.40 MB 1,124 36
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.