Memory Pool Memory Pool Refreshing

4,431 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 3,164 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (759,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,622 148,622 000000000000000d19916e5e97a15b59eaed276778e09c1f45bafcc94801d40f 0.05 MB 155 58
148,621 148,621 00000000000003bb80085bad886c1277154a9e10b4fd62a3cd3c3d5ed460ca52 0.01 MB 32 579
148,620 148,620 000000000000034f4d5e0ac0a368d35e14eeda470d82b36daba3448d19257fa3 0.01 MB 26 103
148,619 148,619 00000000000003bfd97e4f54e91adb327509d0fb10695444d46409cf8400ac73 0.03 MB 80 47
148,618 148,618 000000000000044b0ebeec7dbbf9ce0f0e7d495cb5ee34c19e1992f1cfc17524 0.00 MB 11 17
148,617 148,617 0000000000000478ad90e70df24e4c059bf80a987747b16ba291dab2af233e3e 0.03 MB 70 153
148,616 148,616 0000000000000781eeb62615d8ddf23a4beb2ffc249189a8ef58b7f27b544210 0.02 MB 25 130
148,615 148,615 00000000000006cfe6b450ac2415acf9740eafa184621e93a6eebe513d0c184e 0.03 MB 97 225
148,614 148,614 0000000000000272f965960c0f4e4ce96d440585fb5354953a5786e5a1bc97dc 0.00 MB 8 541
148,613 148,613 000000000000016c60e442fa5193aaf76d8110a6ea11e680d31d768beb19dce2 0.02 MB 63 316
148,612 148,612 0000000000000905129bf51263e4a3b555c6db5201f374e05f628e02d9e5c2a0 0.01 MB 29 87
148,611 148,611 00000000000000a507f0d9a1a7b84c20f28931e54f9dc7336a5ab8a8bc839aaa 0.00 MB 12 103
148,610 148,610 000000000000072b5ebdddc5abd8c45434ecf49d2e58014b152ee39273ff48f3 0.00 MB 14 114
148,609 148,609 00000000000000978c85c2740b5d1c8323fc4526dade8387874dee6f155f5e13 0.03 MB 106 150
148,608 148,608 000000000000097c8cb70ad0b94e4c3862e3162c96101b9949338d75dbaf39e1 0.01 MB 21 638
148,607 148,607 00000000000003f132a34bc5469ad537400029d17220d3646519445a7165120c 0.05 MB 154 86
148,606 148,606 000000000000060e46eea4cccad896937bc3f63ef5ed5aa4b5e6d710e9807cd9 0.03 MB 29 65
148,605 148,605 0000000000000911c43fc45b1ad0cb4a06da2d1b9039570e892e89819f402e64 0.02 MB 39 38
148,604 148,604 000000000000024765ef6c843c7287dcd88ff67416da9be11cd060c4d0ddee15 0.01 MB 24 63
148,603 148,603 000000000000032104ed40dfeb25497d0ea71e7632b5df78d3d787822c2eb1f9 0.00 MB 9 19
148,602 148,602 000000000000017241ee773bf2fbe27e6ef3cdab5a4b881d4197efa12ef0b0ac 0.00 MB 11 262
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.80 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.