Memory Pool Memory Pool Refreshing

7,369 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (29,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,259 878,259 000000000000000000012749352a3a5d4ea7ae7525c25cf95c0fe64257b3ff92 1.69 MB 3,622 7
878,258 878,258 0000000000000000000190cfb332630ae52ebfb6ea824173e6dc3aee03cf3828 1.70 MB 3,407 8
878,257 878,257 0000000000000000000169959a8eca9b4bf3ee443973f3aaf73635f0f846a012 1.71 MB 2,396 6
878,256 878,256 00000000000000000002809e7fdf4d4b1f036213189f1ad05ff8db7df12bb8ac 1.46 MB 2,531 6
878,255 878,255 00000000000000000000d058c8506485008c9daa1cd6ef52b3b2b67c126f5e14 1.62 MB 3,923 5
878,254 878,254 0000000000000000000188234a0989541ef0871f1727cdf4791bde2141ddc2c8 1.63 MB 3,329 8
878,253 878,253 00000000000000000000c237735c2376ed2af68e4484d649d989d98bdbf86883 1.72 MB 2,666 7
878,252 878,252 00000000000000000001395ddd60f64397ca10d979bd59e25db595eca908d8a5 1.55 MB 3,634 11
878,251 878,251 000000000000000000015c70e45a67f83ad792fe450b47861fb80fb0ca7f166e 1.51 MB 3,257 16
878,250 878,250 000000000000000000010cbaa24eafa3e1501cfdb237a6859b1e03276a60317e 1.64 MB 3,231 7
878,249 878,249 00000000000000000001a6da63010f13d3fd49d690ef14ae4ebe0972f1732c15 1.70 MB 3,262 7
878,248 878,248 00000000000000000000e452f4105ae6555b2a7debc5322c16af2f2b79fc709b 1.65 MB 3,027 8
878,247 878,247 000000000000000000013a0b0cc373825a7d2db64f66e62aaaab6a5502b18189 2.10 MB 450 4
878,246 878,246 0000000000000000000242aee30e7f85616bc9c600474ffc59179b9b6dbc537f 1.74 MB 3,780 6
878,245 878,245 0000000000000000000013824277e9775f0dfd684403cbc01fec12e044e7f828 1.59 MB 4,110 9
878,244 878,244 000000000000000000004c1397ece47ccd21e3c988e7d710cea062132ccbaf03 1.59 MB 2,533 5
878,243 878,243 00000000000000000001aed45f61add20fe572d4a3f6f8d7d16263bc07d8d003 1.65 MB 3,742 7
878,242 878,242 00000000000000000000bd61f757968107cf25171c1fc2ecfd825796dfabe9ed 1.60 MB 4,029 7
878,241 878,241 00000000000000000001d988b670675ef4c77d0b33e64fda209509fb502e85b6 1.67 MB 3,846 7
878,240 878,240 00000000000000000001c78cb0d3552683b9e88d09177d9d5e71fa7f104d91a5 1.79 MB 3,971 6
878,239 878,239 000000000000000000000faf819e289283652c53f3825a3452690ca56a29051e 1.66 MB 2,892 9
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.22 GB sent, 94.20 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.