Memory Pool Memory Pool Refreshing

18,643 transactions (6.38 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,459 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (828,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,494 80,494 000000000011a05907f27782769c074c6495caedae569bb8234f0cccec5471fe 0.00 MB 1 0
80,493 80,493 000000000059911b26563d30cab578557cc640eefe504dc29af45fdcbc44af2c 0.00 MB 2 0
80,492 80,492 000000000015842ba0422fcf8f2429d0ba57dc24273ff1c0a46e7b1adc73c623 0.00 MB 1 0
80,491 80,491 000000000017e563373e9f33c0ce61006205a4081df1951ae948abb287cb21a8 0.00 MB 1 0
80,490 80,490 00000000004d2069380df619785eb12f50494154d133bda6fdde7be9960fcee9 0.00 MB 1 0
80,489 80,489 000000000040c28bf87bea297b1ba22bf4369d7ced2c95cca493b9c8abca1988 0.00 MB 2 0
80,488 80,488 00000000004d1354a7990f9c2300794a49ef469d0122af02c69ab0fd25d1b616 0.00 MB 1 0
80,487 80,487 0000000000361945176288729b8e8187eda1f06fad946608c3b469e51dfe37ee 0.00 MB 1 0
80,486 80,486 00000000004213baf229cac8b15f2e5e004d7cd124ede0a93f9e10d4a9901166 0.00 MB 1 0
80,485 80,485 00000000001da2cb3b20425fc7cfe27525ebceff9cfdc917548f745c878ee084 0.00 MB 1 0
80,484 80,484 0000000000373fa5eed29febd1cb29e6ccfb5d9c2ff2886f1d47a39c948535fa 0.00 MB 2 0
80,483 80,483 00000000001da9d22aa6616c5004ff6f3e6794e9d7041f46c2925d2261a5e92b 0.00 MB 3 0
80,482 80,482 00000000003c7b9f529d5b256da3ffc786892e78ce6395f7f7d93177ed337832 0.00 MB 3 0
80,481 80,481 00000000004d321db96439ce5cd78274df3af0b60f9e8af330d434d2b1286db0 0.00 MB 1 0
80,480 80,480 000000000057df1e86e2c7ffd320c5738e4c0ce8fe7421c8de8d11c8dfa1dd9d 0.00 MB 4 0
80,479 80,479 0000000000276157386778136020638f2a9ad4328b65c0d1562859ba95b8de56 0.00 MB 1 0
80,478 80,478 00000000000512a74954912d54e322b873f497d98bbb3b151c47970e863dd64c 0.00 MB 4 0
80,477 80,477 00000000003757ff82028b1c6ddb17fc41a2def12577a6682f13b4b1b5eeae76 0.00 MB 3 0
80,476 80,476 00000000003954dc5313c4774807f2f2e3ac3e74dd4f1b9dca97c8579e7d0f52 0.00 MB 2 0
80,475 80,475 0000000000189d85d25e68350ad6fffb296a992cbfe35fd10b601a35bce9b8f4 0.00 MB 2 0
80,474 80,474 00000000001131a8aad1fd953d5066919873a7ad9946db9b92c6bf578eab0d86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.40 GB sent, 104.01 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.