Memory Pool Memory Pool Refreshing

3,734 transactions
2.64 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
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (680,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,111 227,111 0000000000000317c456c18cbb4a4b34a581e235865638e422bd7a8328c74467 0.00 MB 8 0
227,110 227,110 000000000000000a24672008e84332e60765316fa0062ef60a2e1f6f97133839 0.02 MB 38 123
227,109 227,109 000000000000013f7076c93064924a7351c91dfc16592f27b97aa2ee73d4548b 0.02 MB 30 127
227,108 227,108 00000000000000f2ae56575bff6f65066562d2caccf75a1f2fb787b57485df26 0.02 MB 59 207
227,107 227,107 0000000000000150d316f1f916af084c9a35f7f0dd34d0f93fd42c8c634c6b53 0.09 MB 213 152
227,106 227,106 00000000000002707875859e72f3989a17ee17b6ea13d4939d5c18ecc47d41d8 0.24 MB 483 164
227,105 227,105 00000000000002cdbc3cad7f7d9212954295ccc8019bea37a703ef4b44ca12be 0.08 MB 192 179
227,104 227,104 0000000000000364d67d4a0f2b461ca8c977d8d4cee376113168cbd7a7e2f39b 0.13 MB 266 131
227,103 227,103 00000000000000ecb120be07f8b46e09e123fb22078aff04df6c2aa40d8f8852 0.18 MB 393 145
227,102 227,102 000000000000007a9e5cfce49e3e60e15e75ec1127b6171bec1408eb35cd26ee 0.00 MB 10 29
227,101 227,101 0000000000000011e3bea6c80dcc9191ecfd66b06a7dd3da8931503095d95707 0.05 MB 135 210
227,100 227,100 00000000000002797ed662d93172e599dd7b9248797e15024926fe85690076b6 0.03 MB 69 167
227,099 227,099 00000000000000bcbc79b7e6a6598722076e06937b06b2b998195bd99b763ade 0.13 MB 302 155
227,098 227,098 000000000000003f5cbcab460a9faad83aefecc0eb3d589991332f5786a88f8d 0.09 MB 196 155
227,097 227,097 00000000000001b76416ef25e743c3ca55d732b76aa9a3bfa19a4c1c71fe8b59 0.00 MB 16 139
227,096 227,096 000000000000001a353c6609b3903291c3721f0d1945388049f4d5252260eb0d 0.08 MB 201 194
227,095 227,095 0000000000000239844b007806ad42dcab13e063033864869e4ff82bb2d0e719 0.16 MB 256 79
227,094 227,094 00000000000000a0bad5abc94b8107607da7493a031fd1395c4f11ce8ee92293 0.13 MB 286 179
227,093 227,093 00000000000002c70888393a1b4110dcf1d00c85f1740a6d290b3718d652a336 0.10 MB 199 92
227,092 227,092 000000000000027657882db2b41a70baac5b27d593dafa7d052943ef131322e1 0.18 MB 447 203
227,091 227,091 0000000000000112645e4c657090d7c34d9ee5f9245cc320582e8eb767b9ceaf 0.10 MB 250 109
Previous 10 blocks ↓
Total Size: 769.17 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.41 GB sent, 93.79 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.