Memory Pool Memory Pool Refreshing

8,078 transactions
3.75 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (668,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,052 239,052 000000000000013ca1ead4cfcf600c2ae710265118ddb7034ade1f140ad798ac 0.16 MB 328 160
239,051 239,051 000000000000006f3efc477ad6cbfe8e5885ea8db6d371991902fc4990737f53 0.06 MB 152 200
239,050 239,050 00000000000000dc0f86df9293f82943ed7f4f4860aee81b77c084ed58b8b86e 0.05 MB 113 173
239,049 239,049 00000000000000267121370475349dcf2a31ca9479de97f82f44d8927cbdac06 0.06 MB 132 161
239,048 239,048 000000000000003ae2c8565977f411f4353950dc2af8eee087dd166502570ae4 0.03 MB 42 72
239,047 239,047 00000000000000d44fba183ad6995716a5ed9f412a85ed38bdf2cc6e0640a5db 0.28 MB 584 161
239,046 239,046 000000000000014b896237c4e09f5cb2bc57cc2d615b412897f2afa9bc143e87 0.11 MB 173 139
239,045 239,045 00000000000000f3599668eea822f0e7ec587804a5e6f9ef36e84ba6e529def9 0.08 MB 135 77
239,044 239,044 00000000000000a80ad37eaff5a9a2270f2e490705a62470b9f7477c23824036 0.25 MB 650 204
239,043 239,043 000000000000014df907653f8c3e22dd626bbf407627cf0c24126314017c6e26 0.10 MB 186 148
239,042 239,042 0000000000000034f3fb6389cb41735194b5dfb0057df8f60b29d798c43564bf 0.10 MB 200 192
239,041 239,041 000000000000004b1abc96e3a0fc8f5dd281ca416e0c70ff271f5e1a2f58300c 0.02 MB 45 148
239,040 239,040 0000000000000115a68aaec52956234e577a7f37b6f71fd7f96983e893a46587 0.10 MB 231 180
239,039 239,039 0000000000000115f48a0db1727b542052d47e371d61ae67e853e7040b81a90b 0.23 MB 504 166
239,038 239,038 00000000000001274e8ee5b8a068a71697ebb261b41ce72f0501d19d266e673e 0.14 MB 293 170
239,037 239,037 00000000000001386657cdcef140208b971b535062563a495cf74883ecc984c6 0.06 MB 123 11
239,036 239,036 00000000000000fdcd0298f081e3106f6b6407daa22444cc992410311c48b8d3 0.12 MB 287 154
239,035 239,035 00000000000000aee8295c2ec45870a06b5fa3233550932da04aedf1b0c0c84f 0.15 MB 316 129
239,034 239,034 00000000000000d66a1434ac6e8a65670f4eec4117749d56cee5e30a5f5e2f06 0.07 MB 154 157
239,033 239,033 000000000000007237dbff1624b4ef5715409131dd9d5ee67c61b0841a6e4de4 0.02 MB 61 186
239,032 239,032 00000000000000baf660b9b036783cb3c28367453d54a159e34a0b2504b381c1 0.04 MB 88 154
Previous 10 blocks ↓
Total Size: 769.03 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,624.90 GB sent, 93.01 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.