Memory Pool Memory Pool Refreshing

19,359 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (720,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,626 187,626 000000000000070775fece578ee12e9ec8dbd996cfe10b32a655381c667d2870 0.02 MB 59 58
187,625 187,625 000000000000029fbfa2951f0c1be4afa2432f9dc3b2c891ef84eaac3d136647 0.01 MB 32 0
187,624 187,624 00000000000006b07f79d393d8ca4905a540a9571fe7843a4acaeaac83a4921c 0.08 MB 256 211
187,623 187,623 00000000000009236c06984456998dbbf028c81587fd65902d4daba659bb6e8c 0.05 MB 167 80
187,622 187,622 00000000000000f382565a53b4b303327ce4e44e28c48dcc1b8772c523d087bc 0.05 MB 112 82
187,621 187,621 00000000000003023c4d9a6b451ad57c324bf887344422bca3f41e7a1cc45d96 0.07 MB 122 86
187,620 187,620 00000000000004a2322a86123d79e2d1be84021052c7c7e548b3b58752616342 0.03 MB 90 161
187,619 187,619 0000000000000377916549dd86b90e1e411da0d333732ff31b8c70d981262e44 0.05 MB 128 130
187,618 187,618 000000000000027d1172cae01db9f20556f42999fd3e3ce998bee81dcb3f08a8 0.06 MB 134 190
187,617 187,617 00000000000005dfae32e50f8a7f78545c8f5e6e8c8da08b443881a21ed91f4c 0.07 MB 149 99
187,616 187,616 000000000000090f77693a5d7983233865e1069673518a5bfa8e05ac40e7a09d 0.12 MB 256 140
187,615 187,615 00000000000007ae20d963d3ec9a2fd377ea31105d779d634b545b0c67fd6a2f 0.06 MB 137 99
187,614 187,614 00000000000005765e71b3a8a840e5db12023c241b130e94555807b874d3a505 0.06 MB 137 89
187,613 187,613 000000000000027ebd50faa2c6dd60a3bcd37598bcf25b3fa5d9166bf78d7319 0.12 MB 191 120
187,612 187,612 0000000000000428d04d122ee400c736fe0d6742a883a86d8f4c0981a9c3d935 0.00 MB 9 44
187,611 187,611 000000000000062046f397861840a23ede0dbad84ccc40220efade6f3c6f0f9f 0.01 MB 20 175
187,610 187,610 000000000000030636c35363226a5e5da90c349656edb0a193b798e6069385be 0.06 MB 107 115
187,609 187,609 00000000000005aa4bfea7bc418bf89a96636c3eab47219cf4c0b2e57190f9e3 0.04 MB 105 124
187,608 187,608 0000000000000087d925d829006bcfe1650ec27777d031f1c7d223597ca97931 0.03 MB 76 131
187,607 187,607 000000000000020e3bdfab36f3526c20e88b8309a4c02e6636e47b100dcb7c4c 0.06 MB 196 93
187,606 187,606 00000000000002055ff3bd6582ec2247cc57d8c45bb2cd416a5ba8d245e49ab7 0.01 MB 22 74
Previous 10 blocks ↓
Total Size: 769.02 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.47 GB sent, 93.00 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.