Memory Pool Memory Pool Refreshing

10,005 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,290 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (621,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
286,762 286,762 0000000000000000388842a4ac85a7640b098422ab600f9000144ca0a74ae345 0.07 MB 109 27
286,761 286,761 000000000000000112f42c1f38df7c7bb3e9312990e88327c5f3db0172836046 0.35 MB 605 33
286,760 286,760 000000000000000053c2b36498c925e38d2662058b9d08e0b80d721037f6fc9e 0.82 MB 1,242 27
286,759 286,759 0000000000000000a6041fb356aeb2cded8c32925750a8bb496d2b0da586fc40 0.25 MB 507 54
286,758 286,758 00000000000000002f6be70ef845160eaea093c2b3234e24ca15dff5c4ac6399 0.05 MB 163 146
286,757 286,757 00000000000000014babc25ca5e1adafe6d25c2e836f38dc333ea05e23ca6e66 0.11 MB 237 44
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.