Memory Pool Memory Pool Refreshing

2,489 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,488 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (483,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,308 424,308 00000000000000000146bd61749378a545348357314fda02acdf2661e80b8c29 0.34 MB 890 90
424,307 424,307 000000000000000004e96d77196d0adbdca764da5be15b399bfba20578a1b2a3 1.00 MB 2,192 79
424,306 424,306 0000000000000000033c17c731672dd739e86ba3a1fe3ce43f15d18ba75dbff4 1.00 MB 932 35
424,305 424,305 000000000000000004219bd7e65a7a29dbf56b3b7aa71b72b97388c6a8b255e6 0.79 MB 1,053 28
424,304 424,304 000000000000000002ebeee2924761cd058453f2739868be49e34bfb4af1737d 0.99 MB 2,261 74
424,303 424,303 00000000000000000353a1e10cde04f98be1e4f89cad2a9ca1a4571aff647029 1.00 MB 1,752 91
424,302 424,302 000000000000000004afe0713a749ba838db7322b989aa77fb9979835d23b58e 1.00 MB 1,820 66
424,301 424,301 0000000000000000009448e797e42e0c32976270314d472d2d63c3bd9850a71a 1.00 MB 2,321 65
424,300 424,300 00000000000000000172acf8d0d06f2a5005613ef825527230e7c8840804e65b 1.00 MB 1,830 110
424,299 424,299 000000000000000004a45907c34391bb88e76f34980f19fad5a30ec7b551ad7b 0.99 MB 1,180 64
424,298 424,298 000000000000000000e779747e10ee6d63c7ad3cf2109655f51a5b4803f3fa82 1.00 MB 1,664 122
424,297 424,297 000000000000000001da44fb59d2a8daa6e942666cedade956072d2c09db28d7 0.01 MB 24 348
424,296 424,296 00000000000000000468da22d28172ec5e3d02753e7a2761d6b962f6791b2528 1.00 MB 1,388 48
424,295 424,295 000000000000000005707f87f76a902e5f3e456519c4ac0a4d42b8171a7468ba 0.31 MB 684 87
424,294 424,294 0000000000000000022c5f7b4482a1126f640f62b9296796b022f2ffedd1d354 1.00 MB 2,141 67
424,293 424,293 000000000000000000fd60cbff24f54bb00869721a6f37990edcd94a70e8d461 0.65 MB 1,193 64
424,292 424,292 00000000000000000306e72907cdf1d2576040cd0e7c5c1574be97a92288829c 0.00 MB 1 0
424,291 424,291 00000000000000000528cf70c2131fe7531146aca3670ec5f8b46532b6b62ac2 0.93 MB 2,156 76
424,290 424,290 00000000000000000431b5b988d6d0b569be59d72907a824c55101d346b8f392 1.00 MB 1,072 38
424,289 424,289 00000000000000000092f5f635104c6ec7859ea829222dde877d230cefecf334 0.01 MB 26 363
424,288 424,288 00000000000000000092a1a623214ef9e8c7f6a0e8bb1427476f9263631e1079 1.00 MB 1,666 47
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.