Memory Pool Memory Pool Refreshing

2,680 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,349 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (777,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,015 130,015 0000000000000a06e321b6acb72c4176d2d06e2040a26a9f4b2f19ee72910f8d 0.00 MB 10 16
130,014 130,014 00000000000019fd8e44d2f216a5ff46c6072829da1f8fae50b406693b24bec8 0.01 MB 20 843
130,013 130,013 0000000000000988a65038bc717f8107e3244ba19be86fda3ca7a59ff8eb1486 0.04 MB 121 5,747
130,012 130,012 000000000000084b590fc180510c328527e9a83c713d8e50fe3f4e40ca7ce477 0.01 MB 12 161
130,011 130,011 0000000000000a824b3e650f2b3204d80b95d3419a13d088c2879216a48a9217 0.00 MB 10 1,550
130,010 130,010 0000000000001acd377e0b1f350154e7a9738b4d9330127680ed22281ad7acad 0.04 MB 95 1,059
130,009 130,009 0000000000000db0a189037d140f69b81c2f9538f48405cdb01d27b7eed9d315 0.03 MB 110 157
130,008 130,008 00000000000004afc5c55ac9fcf8c2c2f06a2ca07a1aeb4f92ca80b0f5954561 0.00 MB 1 0
130,007 130,007 000000000000077815ae8d6e361bf646463b7eb0a1d53d74d99e73c0f8a7ebc2 0.01 MB 24 1,422
130,006 130,006 0000000000000c86d7cae3a89c30a6347eaf0ca7dc2c6c1e1d31eb2dd0c6fc30 0.03 MB 82 748
130,005 130,005 00000000000011d5834669ee3204d1df64ba3ba963a005e7bc4017024f1cb629 0.00 MB 11 1,791
130,004 130,004 0000000000000c2c9f5e996e9824a5b07f2c92aa3a35b0146a2114649238de81 0.05 MB 129 1,282
130,003 130,003 000000000000109cc88d5f844922a57f6ee8a19e00c09b434c053f7c9cb90017 0.01 MB 17 1,485
130,002 130,002 000000000000074ce840216d2de8671756b5ae6fa7f9c0bbb196ef97f0bc7e6f 0.01 MB 32 529
130,001 130,001 000000000000012f983ccf25fca1659dc99a24a455a60a7fe3e848475a0b67f7 0.01 MB 29 1,041
130,000 130,000 00000000000011906b491883ab0f16f0e690b133ca860b199b775c3cf6581c21 0.00 MB 9 2,952
129,999 129,999 0000000000000a9c69e94a7dfd464d9951e2a89eb9611914cb28e1eb9fa17958 0.05 MB 148 432
129,998 129,998 00000000000001ee6ceed057a7d12e61e26b0800c32b0b5b982cfc5a693a1a35 0.01 MB 24 1,748
129,997 129,997 0000000000001013c2b056f80083b999910aa71b4e06c9fb9abfe18adfeba607 0.02 MB 37 1,267
129,996 129,996 00000000000011217b2a197398c903be4963e2b4ecf6874da76281006f34543b 0.01 MB 18 1,689
129,995 129,995 00000000000005eeb1737a37ac9523a3dfa9b8b9d3dae97ce4f1793de1b14ccb 0.03 MB 40 38
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.