Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,768 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (799,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,019 109,019 000000000000c194582c47be73296a6f29f8f048943cd08279bcab1a92d97f76 0.00 MB 10 0
109,018 109,018 000000000001bd4ed1b12c8263bc49a3f27f16be58276e70c4ba36a9dae774d9 0.00 MB 9 0
109,017 109,017 00000000000155d12d37792bc1f6995fa6ac1ebfa1f7ad83359631466e4523e2 0.00 MB 12 0
109,016 109,016 000000000001c1c4e40a35d8f09e42332489e056ce7b46b992b40125945f7677 0.00 MB 11 0
109,015 109,015 00000000000179712b6d758a9d412f86510ca333d3d07ce73365f5ed810713f5 0.00 MB 9 0
109,014 109,014 000000000001c1b26810f16cc2c8bb1dffb914deb567476fa0b6d5f62631e990 0.00 MB 6 0
109,013 109,013 00000000000193d209b374800012f67911b08d6341ca3654e20d947febecf302 0.00 MB 10 0
109,012 109,012 00000000000168937a952474a62ede6fb9b17494d31a579366bf756e8ecc944f 0.01 MB 51 0
109,011 109,011 00000000000128b27a9a57a2dc99bc716e79d051cca3391de576d5b9656fd28c 0.00 MB 9 345
109,010 109,010 000000000001a75793cf21e463abac1eb64f1d5fd1bbac49c884edadc1a74e1f 0.00 MB 3 0
109,009 109,009 0000000000006ca495e3175fadd7e8b0b06ffb2d3a9ca0a31059e113b8008430 0.01 MB 3 0
109,008 109,008 00000000000133ef870b8531cf86933e7437e7c912aeb225ad1a350f0bd46c4a 0.00 MB 3 0
109,007 109,007 000000000001486e4971a8d21f5b66bd794427f6c7ae0169871d5756c70b40fa 0.00 MB 9 0
109,006 109,006 0000000000007eae7dafd645c8078bbbfc78da6e60cdc0dad96087645c5e5180 0.00 MB 11 0
109,005 109,005 0000000000013fa67a26fe0d5d7b0fb952b4325b2c2fa5912932a85d8e3cef49 0.00 MB 4 0
109,004 109,004 000000000000cbc9de4aeae2a75a00eedfd60ed5c0963b7a6d67d0452c4fc4d1 0.00 MB 11 0
109,003 109,003 00000000000093c9a419e7b27624aca05a4b62e572699f4c5292d7d0b1671554 0.00 MB 9 0
109,002 109,002 0000000000006a96910734e7da59bd9931dd66d3d054c1f95fce977114b1f443 0.00 MB 8 0
109,001 109,001 0000000000008d32d93218ab539f9f32a0ee12b163ef9d290a98217aee356ba2 0.00 MB 12 0
109,000 109,000 0000000000018ae5c97cf968e269afe18f15c6cbaff0beff192126401dedb634 0.00 MB 12 0
108,999 108,999 00000000000106be255207962483d0b4406145e2d4039a490298d362d6554164 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.60 GB sent, 96.47 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.