Memory Pool Memory Pool Refreshing

8,221 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (736,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
171,522 171,522 00000000000006fba71ab50fc7dd6011fd1ebd18d6cee83cb45e20e4e40cad8a 0.04 MB 81 52
171,521 171,521 00000000000000e910de0649922492a8048c7228a293b829a7fbc5a97def7a1f 0.05 MB 119 223
171,520 171,520 000000000000038aab09220ffa91dda45c30d35543e109249bf2a9adf94c1627 0.00 MB 1 0
171,519 171,519 00000000000009212ab135b5b5409c89e3147af61e90bb10423c6ccbf82a1c57 0.01 MB 47 182
171,518 171,518 00000000000008df77a2f7e60dd41f825d84f1ead740392765ee004bc2b1c4c9 0.05 MB 95 209
171,517 171,517 00000000000006a78f9cd8700bf245c464d6d313b77f643f56828f034f3178b2 0.02 MB 64 171
171,516 171,516 00000000000008e0845d69bed6b1a2829a61e9da3701c9f360d0ff7801db8315 0.05 MB 156 117
171,515 171,515 0000000000000a660cc12d30b6b0aea508da7ec2fc52d5b399f7cbbe88ec643b 0.00 MB 1 0
171,514 171,514 000000000000011e95d5b082b2bb91f3011723471663c0876bf72ddf24f7dfb5 0.00 MB 2 0
171,513 171,513 000000000000081371629d94980cefd183d51a406df3027fe8eb9ca3aa3dca69 0.00 MB 12 56
171,512 171,512 000000000000056449f324ff2b33b85f03da8382c40eb5e86ccdfd502912d2bc 0.03 MB 105 84
171,511 171,511 00000000000003692a0c722f8437fb2c99a03115e58f7a413a7f0f85c81294d1 0.02 MB 47 104
171,510 171,510 000000000000068c098e851e6bdf885c620b8152dc7b17f6721b1a872a1835f3 0.00 MB 1 0
171,509 171,509 0000000000000540f71868ab3bbc0e57a919c3260437b4f52ca7269c8b19a7cc 0.04 MB 90 92
171,508 171,508 0000000000000661c86bbb05e514e14e3a32243277a4df2940def59e3da402b3 0.00 MB 1 0
171,507 171,507 000000000000038ba8d9e3a09f47cd3f5e92d417b8b2231c66bdffc2eff050da 0.00 MB 1 0
171,506 171,506 0000000000000280493b11a9ddd8268084f7b2ad78b6f6ccdbc63350dd2c20e1 0.03 MB 64 31
171,505 171,505 0000000000000926560158fe8a336acb8548a52fd68175a15b7ddbd220f2d382 0.01 MB 29 7
171,504 171,504 0000000000000909bf60a6e85624fe437bb58c1e47399553889ebe656244f136 0.01 MB 17 40
171,503 171,503 000000000000032861910e709bff3ce2ded95e7db11d2781bcf90b56f257602f 0.00 MB 10 86
171,502 171,502 00000000000006c68fda43c0e33bdb30c629d66edca630797d2dac9c1b033461 0.01 MB 29 123
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.