Memory Pool Memory Pool Refreshing

5,209 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,401 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (611,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,867 295,867 0000000000000000482422af38146a8fad5ec3da56f33bbecfb0022587951c69 0.08 MB 145 30
295,866 295,866 000000000000000099286ec26ea6d65de68782d12e888fd366c21bc32a0445b1 0.71 MB 580 16
295,865 295,865 000000000000000023d273c349c77ed40182d94f051948ac960f8049d6974a12 0.13 MB 256 38
295,864 295,864 000000000000000078bc0069d3050bd4391ef95f24c1c273fdf5119a55bc9933 0.35 MB 946 59
295,863 295,863 00000000000000000e9ca6f60c1244fcb27a6f458dbf79a81c9c19994ead888b 0.35 MB 900 68
295,862 295,862 000000000000000020db8f6131ceb6c03c4dacf5bb76538650c8bb0ef1118cf3 0.25 MB 452 46
295,861 295,861 0000000000000000b2e33f75b4f966e08c81b32e9537db96a943c0b9a0bf37bb 0.14 MB 253 28
295,860 295,860 0000000000000000879ccc62286d91addf04008cc55dc42207796be4c12bfd1c 0.20 MB 238 27
295,859 295,859 000000000000000094cff9b63cf4faa4e0695ab810ce9806a93d89d817dab798 0.02 MB 49 19
295,858 295,858 0000000000000000279ab6b468bb2d33394f2ba8dbf61fb6dbea1af14afba85a 0.35 MB 610 37
295,857 295,857 00000000000000004b64bc4235bdea4de415b8577636e6b3684b5ad95167aeec 0.20 MB 314 37
295,856 295,856 000000000000000083a2e9b0fc72bad512fbc2597c33a141404c60006ef53573 0.15 MB 262 31
295,855 295,855 00000000000000006dc16514feefd8d4316b7c04d390fdd37861c4566fdce684 0.28 MB 392 34
295,854 295,854 000000000000000049908644500079304b5d24514c5d3f44f1f5465b20378a57 0.04 MB 64 22
295,853 295,853 00000000000000005b6360cc857473d1501a28f24e6d9abaa10f4c7a6d43da80 0.25 MB 591 71
295,852 295,852 000000000000000017be3447e316cbfc17ee177ade26968777bdb51c0a8865fe 0.16 MB 255 29
295,851 295,851 0000000000000000144143973b8271f86fe30c4be0245565270cb6f1aba8c146 0.33 MB 514 36
295,850 295,850 00000000000000007a8c91a5c65aeef48005049307cdb0411c0a02f683dc9b1c 0.28 MB 405 29
295,849 295,849 00000000000000001d42a1aad90bbaf6c94f0581129e27bfba33509a3eb4ec66 0.18 MB 128 12
295,848 295,848 00000000000000005b6550882ae89b39855396247fb5e023da39d002a8501cbb 0.35 MB 701 39
295,847 295,847 000000000000000010ae5ccf7dad236c455d68522c5f0530d8da5f60a8b8a0a5 0.32 MB 592 39
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,632.87 GB sent, 93.74 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.