Memory Pool Memory Pool Refreshing

1,690 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,711 (568,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,892 338,892 00000000000000000776306128a8ee3e6a070294577607611af4d2dec8ceac6c 0.07 MB 88 92
338,891 338,891 00000000000000001442e5b3a4615423c80c037e8c8275d4289939915a321e36 1.00 MB 2,720 36
338,890 338,890 00000000000000000e7169447d770c552857f76270d408c74049540f67251ea5 0.14 MB 289 36
338,889 338,889 00000000000000000822f18b7ca0ad40608a5a45c8e690640961840591ab7b25 0.25 MB 395 26
338,888 338,888 000000000000000009c599cd6bfdd79676ee2054300332a66b3b235287745a62 0.88 MB 1,114 14
338,887 338,887 000000000000000015ba393d69dd932f7abb8b892fcb8a5d69e05233b5191a08 0.13 MB 208 22
338,886 338,886 00000000000000001800482dd8e01a1e6f29334eeed6bdbd9650b926cc32f466 0.27 MB 511 35
338,885 338,885 000000000000000007ee36445db2c87333d46afdd154ab0808416e0f8086c98a 0.63 MB 851 24
338,884 338,884 00000000000000000718ce077a4fb1a0f87ff9c015a6835af3f62416b85697f6 0.17 MB 272 23
338,883 338,883 0000000000000000043547d934e74eb2a6b9f5278add96830feab96ace66fbbf 0.11 MB 158 16
338,882 338,882 000000000000000015d1522d46d00fd7cd24aa403c12a959f5edef6a3352926a 0.64 MB 742 20
338,881 338,881 000000000000000011c78c8f98495699ead9e9cdc8b4c581527403dd959a9591 0.47 MB 593 20
338,880 338,880 00000000000000000981bef9fedf4993a77c5bdd0b323fd752b9c8e8ba3af56d 0.30 MB 392 14
338,879 338,879 000000000000000017371d3c26a8978f8ed4ddb1b2314c4a92b0207974027918 0.05 MB 26 4
338,878 338,878 00000000000000000a15c45e786d533178826d0ccfccda58a650f1e85682ecfb 1.00 MB 889 16
338,877 338,877 00000000000000000b7fd2f765df74608948977a45ec1f93f289548f82adeca4 0.75 MB 1,419 28
338,876 338,876 00000000000000000e2fc94527b25e686de97c3e77cb073ae838edb9898cd5c6 1.00 MB 1,814 29
338,875 338,875 000000000000000009a39943b87c832851e11a64458798321544d83d2c3a6b4e 0.17 MB 196 13
338,874 338,874 00000000000000000c0eb381063866bd0bc613f5892838248d1c0cdbcaae9d11 0.75 MB 1,330 26
338,873 338,873 00000000000000000dc24efe3f3bdf64cdc253e7798e6c080462a68f1863fa5a 0.08 MB 83 14
338,872 338,872 000000000000000015c3309748219122bc3b29b0e01d64a75568efd6fc29ab9e 0.40 MB 660 21
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.