Memory Pool Memory Pool Refreshing

1,163 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,883 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,882 (200,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,020 707,020 000000000000000000020da79b8b4ecf3f7976c09e39badd594eeb607605fa75 0.67 MB 1,268 9
707,019 707,019 00000000000000000000e3e306e8b96718aca2a4b9b1c4ae013d740a8add4900 1.23 MB 787 4
707,018 707,018 000000000000000000057dda5fcd9319d569bf510431d9f00fe548ea2803dbf0 0.87 MB 793 7
707,017 707,017 000000000000000000034256e677c3ba09456d5fc9f4a36dbdf36eb10678a002 1.17 MB 1,067 5
707,016 707,016 0000000000000000000387c0cede15a08aafe5aed6103f7c644048575d0d97e0 0.91 MB 1,556 7
707,015 707,015 00000000000000000000d554c06cd1d333841cb9b7659f57deb3fd7b8236823f 1.53 MB 2,876 10
707,014 707,014 00000000000000000002b54aceea806b1344615476ad71b5eae35239b09e12d1 0.20 MB 492 9
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
Previous 10 blocks ↓
Total Size: 769.32 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,643.09 GB sent, 94.56 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.