Memory Pool Memory Pool Refreshing

9,210 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (632,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,603 275,603 000000000000000354acb9b3ec7f0c15e2a676ed44cd69b974cb732985c5f0be 0.03 MB 60 36
275,602 275,602 00000000000000047e2e49a6c46bd4c8e99943047965c587e87e72b388f78e50 0.07 MB 129 15
275,601 275,601 0000000000000000f7d195ec44a2dd9c0d2e121147271bc304f840479a5673cc 0.29 MB 692 48
275,600 275,600 00000000000000031d6e6deb0fc8032c3db9038cce53aa00ce83c5f19baf685b 0.06 MB 105 28
275,599 275,599 00000000000000029adc29e7169565516180838135d9d52becbe98381bdd2506 0.15 MB 252 29
275,598 275,598 0000000000000002d6af3f5387966e4d83bb34e784a32adb8fee116afc8c8827 0.35 MB 382 4
275,597 275,597 0000000000000002c1bc51fa48465c89f947905139d4f71ad24b4709d97f522f 0.30 MB 747 58
275,596 275,596 0000000000000002bebca3ea168341489cf81e2f07fd016174cf9b9fcf44b5be 0.11 MB 188 41
275,595 275,595 000000000000000072a04b66de151c6619c35545863a1dd611bb9797dc3d1f0b 0.24 MB 617 53
275,594 275,594 0000000000000001d4dbe6c1ccc16df8f707214508530f232f69906dee6eb6d2 0.30 MB 348 30
275,593 275,593 000000000000000221a46adf4ed88868d3444c4037bca78958c9ca7b5f9a7db9 0.89 MB 1,842 43
275,592 275,592 00000000000000005565715819270557f1b028f5fd6030ff78f4b5bbf7ed9a39 0.24 MB 333 26
275,591 275,591 00000000000000046718d8159228f3e2df20a8dfae9b263c4ff5176df68cb542 0.49 MB 796 35
275,590 275,590 00000000000000002a454068487eadf7ab08300f74070ed64f50e47d34182244 0.03 MB 73 129
275,589 275,589 00000000000000029ce26e11db24fa9e9b873fc12a447e13e60314f7540990f5 0.00 MB 1 0
275,588 275,588 00000000000000031b549a0e6911aac016aedd02176bd0ca68e530dc26e11de0 0.25 MB 343 26
275,587 275,587 00000000000000036881978637722292bf5c069c0bb245dcd26dd59c38c80cf0 0.25 MB 465 73
275,586 275,586 0000000000000002e9a02d7476eae2dc244d1c1d0381cf65c1f8309b12849a63 0.25 MB 252 19
275,585 275,585 0000000000000001e79075381aa3248d5655620688f3828cf41dfd0db5995ae7 0.25 MB 632 92
275,584 275,584 00000000000000029d47111bcf0cac63c65aa15169a77b4243c954b7826598d0 0.50 MB 542 24
275,583 275,583 000000000000000341c9aee0a3e2eae7ea5ec8ebcc87008111aadce83bd85db2 0.50 MB 1,362 60
Previous 10 blocks ↓
Total Size: 769.03 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,625.61 GB sent, 93.03 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.