Memory Pool Memory Pool Refreshing

11,296 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (569,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,160 338,160 00000000000000000e26e3710f2f8cc4b910a0d321cbc1633f4727df913aa1e1 0.11 MB 141 11
338,159 338,159 00000000000000000ceeefa962cd141c46fd033ddfde506049fabab7ca0b842a 0.11 MB 198 16
338,158 338,158 00000000000000000bf3a5473f389a75ef8e95574c58e5d90a1ce3437fb0d481 0.75 MB 1,021 21
338,157 338,157 00000000000000000d8ad853559692cfde61b741cf810142d88cffb095ecc02f 0.75 MB 1,301 29
338,156 338,156 00000000000000000f99cabb4e75c49fdd3ac566f4932b647d363b51966a31a9 0.88 MB 580 9
338,155 338,155 0000000000000000024d52c17cd7212926e01e20a6513a6bf54b41f3dba0d187 0.75 MB 1,440 28
338,154 338,154 000000000000000013d80a29bde54392ef68a75d9c9479f2d2472cf98607a7d2 0.50 MB 916 24
338,153 338,153 00000000000000000b0953ea1be4abc6aee6e0df8e4b2aa33de8f8bf97c07eb3 0.49 MB 1,395 38
338,152 338,152 000000000000000013fd477f60ae121368e5844dcc06c6be27af60f351493546 0.56 MB 1,037 25
338,151 338,151 00000000000000000237dbc40eccb8a17f491c570b51033999de808a4102ea1d 0.01 MB 27 16
338,150 338,150 000000000000000010af6a4cae51c107ab46ac9b13f4090917d1de2c22c3f764 0.35 MB 648 23
338,149 338,149 000000000000000015ee314a94ee238b73d6e666506d85bfa656cb1f58af1a16 0.02 MB 38 21
338,148 338,148 00000000000000001acc15f270bba636e8606502fe28bdb4ae61a796e71b73b6 0.21 MB 327 22
338,147 338,147 00000000000000000e5839d34e6de622d3c7db6f445b8419bc8a0d4e78f6a599 0.32 MB 649 26
338,146 338,146 000000000000000015b9eb7087acf4908a63a915cf83e1f404a1365aa228aca2 0.19 MB 361 20
338,145 338,145 0000000000000000105b65706e461ed70bfd6fc8bf9993d04bc3dfe388ac4a9c 0.33 MB 690 32
338,144 338,144 00000000000000001676d956b54791be1aa78775ea4dbef0e981c0d4010d3e61 0.08 MB 141 19
338,143 338,143 000000000000000015e14f0516381ed759bc5aa8062a1095da42b86b3ebdf8a2 0.45 MB 773 20
338,142 338,142 00000000000000000120baa08d275471bc0f3dcb1fd82e80516461bf42ec031b 0.34 MB 709 25
338,141 338,141 00000000000000000d8f2b8ce108a3701a504794ea92509b3cdf222b3783c221 0.46 MB 820 25
338,140 338,140 000000000000000005f5f731e0c91ed7f1c230c3b3a0343757120b9250b4cb1e 0.51 MB 949 23
Previous 10 blocks ↓
Total Size: 769.01 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,621.49 GB sent, 92.91 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.