Memory Pool Memory Pool Refreshing

6,203 transactions
15.43 vMB
Show Random Selection Loading Transactions
Max Size: 65/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,026 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,021 908,021 0000000000000000000068d57d3f3ee21e143287236d938759110ea9521ec33b 0.82 MB 1,390 2
908,020 908,020 00000000000000000001fd3a1cfeaf9ec5945a283fe5ae29036068f807cf595d 1.76 MB 5,030 0
908,019 908,019 000000000000000000014e1e3c636d80067bd4915e7811383a92e758e6eaaa60 1.77 MB 4,814 1
908,018 908,018 00000000000000000001bf0b49021472710661f2590f710642ca642fcd679064 0.61 MB 955 3
908,017 908,017 00000000000000000000328596e2d63972b0021a78170c750cf721d78df2a326 1.64 MB 3,754 2
908,016 908,016 00000000000000000001ca83b403bb6ea38cca878249c4b03097e3b922e23778 1.54 MB 2,903 2
908,015 908,015 0000000000000000000147d243478a457dd75c65bc188996a1f844e58b2e3be8 1.51 MB 2,939 3
908,014 908,014 000000000000000000021a454394dbf801c6bb0793db252c746ffa79665f8f7b 1.80 MB 4,714 0
908,013 908,013 00000000000000000001f8280b62be6765fd2cba9bed9264c925b34ae0bcc322 0.32 MB 478 2
908,012 908,012 00000000000000000001804112f6734d42e4b6ee12aaf371a0594ad977a873ca 1.80 MB 5,073 0
908,011 908,011 00000000000000000000dfa85d4107c77d2bba82d179dc657e86792b834838c3 1.67 MB 2,601 3
908,010 908,010 00000000000000000001593be9ea47fcc3bfe0cadc56b0ca626895bfa8659a7c 1.87 MB 3,463 1
908,009 908,009 00000000000000000001d5f10c014d3c401c46e88f462c95cccea4a1c2ed8dfc 1.53 MB 3,374 3
908,008 908,008 000000000000000000001d5e6970612f220343c9c5f729cf7f5a8e300dc4a487 1.56 MB 2,641 3
908,007 908,007 000000000000000000005c0c9299553b976e7ece185b8da7060308e19ac4c78e 1.71 MB 4,129 2
908,006 908,006 00000000000000000001138c11715f8a36129b71062bc8798b0e9b85fff85f38 1.63 MB 2,802 3
908,005 908,005 00000000000000000000dab3a2432601a4d3ad84cea6aa48a3c09810ba7188b4 2.34 MB 3,146 0
908,004 908,004 0000000000000000000149935e5cf4a038cfe4a525a6ba1697d43be48d4b1946 1.54 MB 2,999 3
908,003 908,003 00000000000000000001591cbb92ccd6cdfade458bc1460230f358c6deb0ca1a 1.63 MB 3,099 3
908,002 908,002 000000000000000000014c0fd58355c99ee721d14431cff8498020c60cb00bfe 1.02 MB 1,068 1
908,001 908,001 000000000000000000009f48fee89bd51131e13035cafa09bfb96a4245e80601 1.59 MB 2,983 1
Previous 10 blocks ↓
Total Size: 770.18 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,693.27 GB sent, 98.48 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.