Memory Pool Memory Pool Refreshing

9,984 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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 ago 1.00 vMB 3,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (620,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,783 286,783 0000000000000000a5bb00876b1df94aa7d8ccc4ccdcf80e6110fc310866cda0 0.10 MB 84 14
286,782 286,782 000000000000000050ce2ca90ab3a36d9ad03bfe8ea7215235c1af5a25ba7862 0.06 MB 154 34
286,781 286,781 000000000000000030ec32c95a6e0f5777ea4187f0785cc93748252a32c59835 0.06 MB 198 88
286,780 286,780 000000000000000108da1e9ee958e29f48bb7c3fce6dd13f98e894002ea5c6be 0.28 MB 324 21
286,779 286,779 0000000000000001293a8089f1dc0d150241d632c8d7b6ae8786e85ea6d4b6ad 0.35 MB 914 47
286,778 286,778 0000000000000000047191674a9efb4caae9189cd489f1ce75bdfe58c025309a 0.15 MB 257 27
286,777 286,777 000000000000000010f9b13150207584029f0af40c959c1d1b629f2cef33888a 0.11 MB 173 32
286,776 286,776 0000000000000000c5d616cf9081c43f4513e2e6889e90794dd1a03e9696a344 0.07 MB 103 35
286,775 286,775 00000000000000006c82f6eb0b9cbf6d7197b56ceb4343a2fea2b069289a899a 0.10 MB 184 29
286,774 286,774 0000000000000000a48bc912651780a2c37e1b3fe2615fd34880bcfe98b4d28c 0.12 MB 71 15
286,773 286,773 0000000000000000e860210fc82f5977c112799e76f70f571be7ad58fc5df562 0.35 MB 663 40
286,772 286,772 0000000000000000f031c633a072511d8ec1b5b6337cc3bdc6a7c9497313b1fd 0.04 MB 71 29
286,771 286,771 0000000000000000d7647d20e9938229f1f46563ebe3c34f8ccbdea9fb869c1e 0.34 MB 196 16
286,770 286,770 0000000000000001475ddf600cc87b4610ccfb7829b0df7e6f485062faf1dd05 0.50 MB 1,254 40
286,769 286,769 00000000000000013b9853fa91fabd55902fb3bcd36c5522c30ef0650c256751 0.70 MB 1,427 36
286,768 286,768 00000000000000010b716e8eacb79e3381177fb564902a57aac25b7eb5f7b87c 0.12 MB 65 15
286,767 286,767 000000000000000018487be12d4e1881dd80938b64d367cb33b6900aa6e26773 0.35 MB 656 40
286,766 286,766 000000000000000111d58cf97d8f8b82e3a1c8ab936214fb1b53fcc2c3a12f35 0.06 MB 164 56
286,765 286,765 00000000000000004eb300c1b671ff200a504e46e930b489f82059f98fe0b422 0.14 MB 177 20
286,764 286,764 00000000000000012cba586d17e81d193c8793af8a3feb85082dd006e4b2ee90 0.06 MB 167 53
286,763 286,763 000000000000000019885c8fd8b2aa060ab655b56dcba19fdf8bcac75eac2be3 0.05 MB 63 23
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.68 GB sent, 93.04 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.