Memory Pool Memory Pool Refreshing

3,437 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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.98 vMB 3,420 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (714,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,848 192,848 000000000000043a886f154a3fae45dc1442b23ab4d8d504cd05ab9137312ff5 0.13 MB 305 119
192,847 192,847 000000000000032c7bf5028572805082736313b41e90dc2a64ead578d8eb91f1 0.36 MB 1,020 361
192,846 192,846 00000000000000437a83a519940f369459e8d784dd0457bfb8fbc0e793a637b5 0.02 MB 74 24
192,845 192,845 000000000000039380342471ac4e2c758c3374dc0248b4aa7470c2f5611e9658 0.21 MB 426 116
192,844 192,844 000000000000000666681425c6953834472cfe664a0b2c92c551ca3dd62028dd 0.04 MB 76 142
192,843 192,843 00000000000003537fa1ba4197238a11c8deee4cd50f6935974d9cc7509c9532 0.04 MB 109 63
192,842 192,842 000000000000080351c093b32e40e62a9f256ffc07637147293b1e331fe5e348 0.36 MB 912 261
192,841 192,841 00000000000002d4e61c045c4ea74b660f2eef56074ffffb4412907bceade34c 0.05 MB 136 118
192,840 192,840 00000000000006705e33b17deadbfe72dfafc0af90995c494814fe9b8afe1823 0.24 MB 650 141
192,839 192,839 00000000000004826dcae9570815db14658bb26ef0c02d35e548005f91c39bc7 0.00 MB 10 15
192,838 192,838 000000000000040a97736d94d0e987625d6666225684b0e041cdd87fd4b38774 0.04 MB 13 23
192,837 192,837 000000000000038e77d2cd123af6b5ac9490828ff16e49893d231211f38df0ef 0.11 MB 218 112
192,836 192,836 000000000000024fdc21271d1386efc33329da2ecabba4dc16f93e53d2e50204 0.37 MB 1,004 160
192,835 192,835 00000000000007e4cc2091bb346d3df68c710e3bcd7582156c14cd8bf54c42b6 0.01 MB 32 0
192,834 192,834 000000000000003b9b7780614086d26484e29e4aafe54ebbc64406f6092b8d45 0.00 MB 10 51
192,833 192,833 0000000000000271dd72dc00592b31f57c264ebd079ea89742ce72d2fb5fe24a 0.07 MB 202 106
192,832 192,832 000000000000021e41bd636745b8f545adbaca7fc26e2e9d3a95eb73da1f835c 0.26 MB 680 187
192,831 192,831 000000000000061864be97d1d6f6a4dd26e986c21d96d80c7fdd6303025938e5 0.02 MB 51 55
192,830 192,830 00000000000000b052c69f4e1dedf907e83a5547e6b644261276c983584c1276 0.20 MB 512 595
192,829 192,829 00000000000000b71ebe4a3d2e1e0abb53a8342de0f1a0ad9ef1770c83d7461d 0.02 MB 36 142
192,828 192,828 0000000000000145a213dde5362cf0b469ff2c2426fe14826ec859d0d032e69a 0.02 MB 45 239
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, 114 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.