Memory Pool Memory Pool Refreshing

5,407 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,986 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (672,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,731 235,731 0000000000000184019a5f467bae7318d8d42b1774a06144b7be063947d04536 0.22 MB 462 172
235,730 235,730 000000000000001bcd6da4c084a40288dddf32a6ae4470d68683e31b94c3484c 0.15 MB 124 27
235,729 235,729 00000000000000ec923c715cb3a99d9b48fd3671610a438aba7e1f6cdc1cb990 0.15 MB 345 189
235,728 235,728 0000000000000049c88c951fb0c927bd43c2a3d68ae7ceea6393d48bd80b1bd9 0.01 MB 18 126
235,727 235,727 0000000000000084036b7d00d684b226502538af89062501db46f3d6d1677cb1 0.37 MB 821 180
235,726 235,726 0000000000000188c02db5ded6701b4b8a4cddb03fadffd3074793d50722ae00 0.19 MB 452 198
235,725 235,725 000000000000003f37bf496f29d6c7f63e721da01cf03f6fccbf5ee285749fbb 0.16 MB 400 201
235,724 235,724 000000000000007eb1aa0df796540c189aad5ef343e3a44f23d8b8bea40188c9 0.15 MB 199 93
235,723 235,723 000000000000001f65781a9ca11ae54ccad25a8ed92a6a95a83be794c8c152a0 0.18 MB 441 189
235,722 235,722 000000000000006061435f32292a3fcd0e313cacbb82c0654222d203ab686852 0.25 MB 516 191
235,721 235,721 00000000000001a9b577d48f8267694025f27287be33b228006dd7ac2ba31090 0.22 MB 488 194
235,720 235,720 0000000000000105840b01085371efef980d3cb752d5b4b0859e5ce8da1afe08 0.06 MB 210 41
235,719 235,719 000000000000000019e6cf209f3509db56f45ad6f1f85287c1202f634911e87b 0.25 MB 450 122
235,718 235,718 00000000000000563b3dc821f1897f102e9a1baab670b5c84fc1ffa6b938ca34 0.24 MB 407 138
235,717 235,717 0000000000000101803a743895d0ec289e1af05521c6746f59084c1243bf25cd 0.25 MB 659 229
235,716 235,716 0000000000000053670c17b14f2432d1c4aa8abe1f9793a400c9a00cbda228da 0.00 MB 1 0
235,715 235,715 000000000000014ef2509fa60a9777c9ab17c1509edbce1abdf10b62c02e9248 0.06 MB 160 129
235,714 235,714 00000000000001071364d64a2d36b966c3dafede9f3749a32255a319cbb4f153 0.00 MB 6 920
235,713 235,713 0000000000000014da7774e5584d3db7e0f5b286db02952df9697ac63d9451ef 0.21 MB 507 195
235,712 235,712 000000000000003915f643a4f84b33db2437ea3fd44f7ddbcf828c4dab1bb9ec 0.07 MB 157 194
235,711 235,711 000000000000011681018ff9cd0e124b0747fdd7c7c90c0b96e1a95157f78634 0.32 MB 444 109
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.