Memory Pool Memory Pool Refreshing

4,069 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,294 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (72,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,415 835,415 0000000000000000000000b18be3992c3ab6def9ba1a13b07fae246deee66d77 1.39 MB 549 14
835,414 835,414 0000000000000000000280184574c0f2d1b2d5fd8ab1dc4bff861cd313fca1b3 1.89 MB 1,909 18
835,413 835,413 000000000000000000023a0683b7777ba9764db0b7d08d6da991fe624046763b 1.96 MB 2,550 23
835,412 835,412 00000000000000000003116b4516f1a552d5e264b688d8b7a1606ee4f99acef9 1.18 MB 407 13
835,411 835,411 00000000000000000000e1fd170d7f5e1b4a4445433a134b1fcba56c1ba3b87b 1.34 MB 1,221 16
835,410 835,410 00000000000000000002523a8850e10552e227f779c5cf20b3bc184094a50c29 1.72 MB 2,324 17
835,409 835,409 00000000000000000002a7ea2f9a55e31b407b4c269094d67e87318c919788c7 1.70 MB 3,253 29
835,408 835,408 000000000000000000012c59fd01ed5493e0ff8ddd2852990ecba64dfae60d34 1.93 MB 1,177 15
835,407 835,407 000000000000000000001d672399b50ec16fa14c493eb9ca85387a76c1b967be 1.87 MB 1,497 13
835,406 835,406 00000000000000000000c661536016a066c819f3ccf10874a163328ed9ce6892 1.58 MB 3,231 27
835,405 835,405 000000000000000000012a8b0b3179530c569d3b679ffe9cd34d10c996fe8737 1.82 MB 2,848 20
835,404 835,404 00000000000000000002512ea7238ed7529fee7b05e10e51d6292b6e281e4a63 1.73 MB 2,679 22
835,403 835,403 00000000000000000002b4b20ef9d39518255e7e62a8f4d0004edbc325705264 1.61 MB 2,528 23
835,402 835,402 0000000000000000000170af1b391f0052f1fb9c470221ba8ee67fac129c0c73 1.59 MB 3,334 49
835,401 835,401 00000000000000000000445182bacaee6c86302eba5ed1bfbf33ee7d06f4de77 1.89 MB 912 14
835,400 835,400 00000000000000000000beb1a4ed06e92bca7f761d1a7e32fc96f9d5df9922c9 1.90 MB 1,798 15
835,399 835,399 00000000000000000002a482485df522c5b86f2869c5425f5be7b888d86a024c 1.69 MB 2,488 21
835,398 835,398 00000000000000000001ef04f9b28de6465fdd0762ece96a3d7e75e3560173b8 1.70 MB 3,259 29
835,397 835,397 00000000000000000003200b7ade724ca65749436ce50f42cfe8f534cc4da316 1.76 MB 3,198 22
835,396 835,396 00000000000000000002fa2c0ff7bf77fdc80761130905093e08d80954dcde96 1.65 MB 3,110 20
835,395 835,395 00000000000000000000f9a76a5f12dd792c9043f0715b1b49571d7b717df514 1.64 MB 3,222 27
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.