Memory Pool Memory Pool Refreshing

4,246 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,476 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (449,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,492 458,492 000000000000000000c6a320901b6b20a4194fc10fbd9d358403a80fe11786c6 1.00 MB 881 61
458,491 458,491 00000000000000000058012cbd38eab8893ef9db901984f72c8d9f15355a13a8 1.00 MB 1,056 118
458,490 458,490 000000000000000000ed72fb765767a7822b6d129a4b9bf671784aaf6f4c40b3 1.00 MB 1,046 114
458,489 458,489 00000000000000000221186fd4427450aa590892e744e4f778292cb82f77c258 1.00 MB 1,033 59
458,488 458,488 0000000000000000007b51710a538e028c042733518d945a72d2407fdaa0b302 1.00 MB 1,929 113
458,487 458,487 00000000000000000074abd3181b2bb94d49a2fd7c350b335d9266b26ca7ead2 1.00 MB 2,089 197
458,486 458,486 0000000000000000005e965923a0d7166ee59d6f96257b4341c121624e6a06fa 1.00 MB 2,288 153
458,485 458,485 0000000000000000024db783548a2132f28baf943eff2595e063a42ea756f64c 0.75 MB 1,927 226
458,484 458,484 00000000000000000173a0e5adf8ae189c19259ddfa3a302bfc3982fb811f590 1.00 MB 1,571 144
458,483 458,483 0000000000000000010417bf9aa9fd8191d30824fb3f182c6bf3c00ce64fb038 1.00 MB 1,019 53
458,482 458,482 0000000000000000001389dbc38d92fe246f0512f3b18bff8c850782fdc771e3 1.00 MB 1,634 117
458,481 458,481 0000000000000000014721b82f17168c1afe8e0a472fe16454f10d3782ccbc54 1.00 MB 2,323 153
458,480 458,480 00000000000000000209e67240febef881085fa490a6ddc40a86bee694670273 1.00 MB 2,066 134
458,479 458,479 0000000000000000004bd56ffd03fd3c99ba974bbb1a6fda80d17c0302747561 1.00 MB 1,884 140
458,478 458,478 000000000000000001ca5dcd9a43f1b4a85bbec26744266597a08274c75a6f91 1.00 MB 2,164 175
458,477 458,477 000000000000000000be0502b09b29feaa2277e4874398a751bd65e094d72801 1.00 MB 2,307 145
458,476 458,476 000000000000000000515d567a9c6e1c23df1992c1c617f57916c8228969e76a 1.00 MB 2,434 197
458,475 458,475 000000000000000000436fcdfb1c5a5ffd91969a068e79cd46b8dbe87bc7d8ab 1.00 MB 2,584 139
458,474 458,474 00000000000000000095a3632ca4b8a516987a63fae42ecbb60079654f6e0bf9 1.00 MB 2,159 203
458,473 458,473 0000000000000000006c924791f1abc12e80d3fb90750d660e1cdc65ac8a9b70 1.00 MB 2,343 215
458,472 458,472 000000000000000000fc4ff89933d482c65454eee88cda5068fadbb7d82a768c 1.00 MB 2,133 171
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.