Memory Pool Memory Pool Refreshing

7,091 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (716,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,982 190,982 00000000000001b72a6febbf7f9f1d2405d609107c30b5b3d47c392e3d175479 0.05 MB 140 132
190,981 190,981 0000000000000349c5b3670e5b8bcb58bc5b3b07812784c14c64a30e5f043eaa 0.02 MB 47 113
190,980 190,980 00000000000008b15e38ad2b76a11efd735e55cab8a59bac873b3c68e21780d5 0.02 MB 29 94
190,979 190,979 000000000000067579ffa2423b9edc026aec7029c48f7263c9881af095fd7321 0.03 MB 111 6
190,978 190,978 0000000000000829a2c5059be4103159ebdc6824fcf371ff2d041b72acd3b85b 0.11 MB 221 114
190,977 190,977 0000000000000865c4250947b1d012c067a77e88c577ebad579cf327f0b30dd8 0.12 MB 179 424
190,976 190,976 00000000000007e361fa8e5e075d1d9980336ca03a02705a1cd66f08cbc34622 0.01 MB 18 114
190,975 190,975 00000000000002306170cd3a8352bb3743079fe7c0d2dbc1d114f0626365a51f 0.01 MB 38 118
190,974 190,974 000000000000004ed14f7c5023a17ecc26b0c086f70230d227d9d97eea5c5918 0.04 MB 65 105
190,973 190,973 0000000000000513a029655ecec4b885a1404921281136a40f20eb18a3a4fce5 0.10 MB 231 126
190,972 190,972 000000000000067325ff69d25c1e3f25117a36fb68580aca6adc47593e5bd304 0.05 MB 132 121
190,971 190,971 00000000000006169c47a87e0bdd28ba8f6533f46a8390ff521e661cf64a02ad 0.16 MB 351 128
190,970 190,970 00000000000005891fe2cc9359a9598b4520365d9dc472065480678178023184 0.25 MB 574 215
190,969 190,969 00000000000005ad7ef3d3b2036512ec4dffc06565833b95a808dfd13c4485fe 0.04 MB 128 149
190,968 190,968 000000000000087c25b7af8490413325818c6d2463acef9500d2ae6a72220098 0.03 MB 89 128
190,967 190,967 00000000000000cc64aa99c9132644472367a361578c61d6fb93ab281c4580e7 0.21 MB 581 151
190,966 190,966 0000000000000494bcfe172996e12662dd4f9b793155cd5acd263c13a980e435 0.02 MB 43 97
190,965 190,965 000000000000034f81be2be20c3c12b4134595703f73d0bc013e3daf26c593ae 0.05 MB 130 70
190,964 190,964 000000000000042969063cdb1dcecc0fa6cfa3c80dddcddf1a004c252b3e17b9 0.05 MB 106 167
190,963 190,963 000000000000072f3d8467e55d622c582f08aab246d386d7375f9b027a6af4c9 0.10 MB 215 144
190,962 190,962 0000000000000559c98718ea3f0dd1a59ddd446e446785051cc7aae2573afc78 0.15 MB 397 134
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,615.99 GB sent, 92.70 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.