Memory Pool Memory Pool Refreshing

4,709 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (23,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,705 884,705 00000000000000000001e1ae6ffcd002ddcd05be99f76fb1184f76fa22a3e0a0 1.57 MB 4,120 8
884,704 884,704 0000000000000000000235ac8d2ecc12ab24f2f3decf24ed058f57531eaa0b04 1.81 MB 5,097 2
884,703 884,703 00000000000000000000c9143c1c0fc0acc27aebd52a31612ec16ab4b504a6f8 1.86 MB 5,189 3
884,702 884,702 000000000000000000021f819e3e93e964e50dfaac54bdbb4560d275184d388f 1.67 MB 3,584 2
884,701 884,701 00000000000000000002618503adff460e05735e53ad83fa572bcfebfbc38539 1.79 MB 4,464 3
884,700 884,700 00000000000000000000e68cccff9ce4765635f94260e83343034d854bc4dea5 1.80 MB 4,718 3
884,699 884,699 00000000000000000001205aa6852793474449a9cd9f09641471d3e05901b5f2 1.77 MB 3,985 3
884,698 884,698 00000000000000000000b6d78bc2eadf5ddfc7c3dc3ebe8d323cda8587fedceb 1.76 MB 3,928 4
884,697 884,697 0000000000000000000165da95c3ddb673a16472a692ce9174a0cfcf2b76ee90 1.63 MB 3,825 5
884,696 884,696 00000000000000000001651c5beedf838fa72713c7698b70f24c0541f4784b78 1.56 MB 3,331 5
884,695 884,695 00000000000000000000120aa91283d2a9b20391ac2e760f013695699967cffe 1.79 MB 4,754 2
884,694 884,694 00000000000000000001d2bc7921cd0b4e7c5134d453eec374158d5f0f6c672d 1.89 MB 5,067 2
884,693 884,693 00000000000000000000ecb6b058048147dcb34ae06a382ddd7aa8f551985272 1.61 MB 2,994 2
884,692 884,692 0000000000000000000238f075dfeeb39a3d7c82b9b84706d54e5e2ce788fde4 1.65 MB 3,327 5
884,691 884,691 0000000000000000000104a153e053c286059536659f29ad1c4b3b5a4dd93e08 1.67 MB 3,523 5
884,690 884,690 000000000000000000017ff31c605773afc71a8e93bb4749d286df8eb0033122 1.57 MB 3,070 6
884,689 884,689 000000000000000000008c18a2d8630243be33ac45126d10996e575806782fe3 1.60 MB 3,556 5
884,688 884,688 0000000000000000000056108f1cdb145ee004f43b03aa63140a8d77d6485fcc 1.71 MB 3,561 3
884,687 884,687 00000000000000000001991f363436c7e126f2206b14efce8d10ef47dd66ca36 1.50 MB 2,826 4
884,686 884,686 00000000000000000001c91fb5ba213af30e465e0f8409fe4503bd0af9ab6828 1.77 MB 4,400 2
884,685 884,685 00000000000000000001c547c60a059cfee84ff689a87c284299671764c424cf 1.67 MB 2,832 2
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.