Memory Pool Memory Pool Refreshing

9,031 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (200,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,013 707,013 00000000000000000006a13bf29e23c21d7852de8d304a00f262157d31720885 0.87 MB 1,819 10
707,012 707,012 00000000000000000008300bd5d084deb7cc4840d94cf8d04f943d3820bcd700 1.38 MB 2,499 10
707,011 707,011 0000000000000000000842d891e5d487540ca1328b337f27b833eb3b2ee698f8 0.91 MB 1,947 4
707,010 707,010 000000000000000000049f3eede0b169155d330de2f5e97b89ef547859be6919 1.46 MB 2,907 13
707,009 707,009 0000000000000000000882ebae17770724ec7a431ff2563f53e9622580c9b9b6 0.23 MB 539 10
707,008 707,008 0000000000000000000c8a20e321544e2f8a7ca28a2422215432133b4c9f03b2 0.33 MB 385 8
707,007 707,007 0000000000000000000200b47a202dac63d5c3ae2a42ae4aca1f1cb593ac47e7 0.03 MB 90 6
707,006 707,006 0000000000000000000c8e5ee27b167182cbbf2ff459d9c3f7285a33facc9954 0.08 MB 208 13
707,005 707,005 00000000000000000001c24f911a519f6751f04f79d071db9dac0f2a1ffb2a38 0.36 MB 722 9
707,004 707,004 0000000000000000000c273cf32d71616c0d89aac8b7d475bb8876b2c370c93b 0.60 MB 1,038 8
707,003 707,003 00000000000000000004ac3241fadfe8f1cd817adb0c046650db22e06c068f80 0.38 MB 925 9
707,002 707,002 0000000000000000000b3d2ed6356fd8eb9be83f8bd7f7c64d11ef0044de3f6b 0.91 MB 1,767 8
707,001 707,001 00000000000000000001d8440c2e3fd85e55702986f38f94b4948966cf66faef 0.42 MB 876 7
707,000 707,000 00000000000000000004d367ce5eecd96a1d0d2448e09f8f7e549a1252ed726e 0.06 MB 161 5
706,999 706,999 00000000000000000007572efd3df20738f2b868da1c76f4fa90c90253b0bdf7 1.31 MB 1,397 5
706,998 706,998 00000000000000000000d3bdc1058383d6b1b11bff6e34a0a52212c1754d9b3a 1.47 MB 1,655 8
706,997 706,997 000000000000000000073852fa271f7789a864f834a817cc75aa5641b5a5bcc2 1.02 MB 2,329 5
706,996 706,996 000000000000000000008daaa63bb64a5dd48385acb968f81beb623388d8b2da 1.49 MB 2,827 11
706,995 706,995 00000000000000000002fa5ec35e8bc8f50e718169a70961a435476164886396 1.49 MB 2,599 5
706,994 706,994 00000000000000000007108f493167fc8e589f2bbc0dcaff11d347caccb247e2 1.35 MB 1,998 7
706,993 706,993 000000000000000000018b8b1e6630edcb8dfbe24f5e62a375b4458b2daf7128 1.36 MB 1,896 6
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.