Memory Pool Memory Pool Refreshing

4,681 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,816 (451,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,213 456,213 0000000000000000024d2b0e5bf32044aa8de8ff3aaf04f6ff693fa6fcffc0f4 1.00 MB 1,479 126
456,212 456,212 0000000000000000019a804a1b3b31c8619e0e1f4df7f83fe180ca75a2ab4fb0 1.00 MB 2,943 254
456,211 456,211 00000000000000000090773ca1027ada4c8d105f5aa0baeae1641e5b5066197f 1.00 MB 2,597 273
456,210 456,210 000000000000000000b4240842a8d09a45f2ee6614ba0d1f32bb24f69b8018e9 1.00 MB 2,618 235
456,209 456,209 000000000000000000949205e8982f662fcf92ff68eac42063f5cf546e7b3390 1.00 MB 1,528 134
456,208 456,208 000000000000000001aad03dc923d5374702de994584834f6c3d629107f40da9 1.00 MB 2,140 104
456,207 456,207 0000000000000000013a06393e19a093b0ae1879f29876fd7faa8be95eb8689b 1.00 MB 1,452 230
456,206 456,206 0000000000000000007524d1bf8a4532bc4c4fec75d4a5ed2ca2d9ea3c8811b8 1.00 MB 3,407 147
456,205 456,205 0000000000000000009c2183cb21084af080536e761acc255c6188aafb86ac80 1.00 MB 2,816 118
456,204 456,204 0000000000000000019a397e29289f52f9519df9580d2797ae19a12ffdcbf697 0.10 MB 140 137
456,203 456,203 000000000000000001e5e58ac8e10a2b4ccc9d05bc8e3a6326a44acd14986250 1.00 MB 2,341 130
456,202 456,202 0000000000000000025662472ae677547a2a424ded93b7ea732778ca1b81d8aa 1.00 MB 2,408 147
456,201 456,201 000000000000000000c480a9586a100de166835c4a8b4820490d1cbe59997477 1.00 MB 2,682 235
456,200 456,200 00000000000000000092921c8982fcd5f9939239e9595e81aff82214f4075f20 1.00 MB 2,595 180
456,199 456,199 000000000000000001ed6162ef072c4ccdb9124b9b223b52eca55ff5b99cf514 1.00 MB 2,078 174
456,198 456,198 00000000000000000010b30ac4c0fc5dadfeb332d49d8871ae88285d041db6d4 1.00 MB 2,160 178
456,197 456,197 00000000000000000161b298a9e34ed9e266b032d4cde0e1ac7ad286a6837200 1.00 MB 3,129 208
456,196 456,196 00000000000000000217260a67b7c991f63b6516f1d3f45880a2919d38a02ef9 1.00 MB 1,815 127
456,195 456,195 000000000000000000fcf2112e74024663d7ceed6afa6200402d7ab9034169cb 1.00 MB 2,452 217
456,194 456,194 000000000000000001e4c1a238a4ea9019af50d15865c4854cc7373a96e73672 0.07 MB 134 214
456,193 456,193 000000000000000001126891008e536f9a7bf70da19f3f4a4aabd888a81cf2db 1.00 MB 2,617 127
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.90 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.