Memory Pool Memory Pool Refreshing

6,684 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (7,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,205 900,205 0000000000000000000189d892140d2f821e4678838b2b1b0fbe5dc7c341b1a3 0.25 MB 485 3
900,204 900,204 000000000000000000000412c3444f0ec1d990122068c2e42b8761497a80b784 1.36 MB 2,043 1
900,203 900,203 000000000000000000006116a8060d712108ab29aa17dc8e0528b74000dd06ea 1.69 MB 3,085 3
900,202 900,202 00000000000000000000dbdd030900ed89211d5a5a7fa3767a860e27b3bb59c5 1.36 MB 1,403 2
900,201 900,201 000000000000000000016f4eeb895da9be7a2423093b9ecfa25bbf49727501dd 1.33 MB 2,100 2
900,200 900,200 0000000000000000000089856cf0be43061a62e1c451dee4bf395c799ac91c56 1.19 MB 2,042 2
900,199 900,199 00000000000000000000e2566ab88955221763a6f9fd13245d6848d18322d058 0.98 MB 1,823 1
900,198 900,198 00000000000000000001939e615095116ca632bf53bc9b2c358274e9aa88ba72 1.14 MB 1,866 2
900,197 900,197 0000000000000000000074f8f46017497e95ce77be50d286cf8b92f5a74733ca 0.83 MB 1,139 2
900,196 900,196 000000000000000000003e877cb09a0994934a24ca16b85bee56822dace2fa45 1.60 MB 2,206 1
900,195 900,195 000000000000000000014d1c6110a9885fe76293b906f74de06f849e1b0ce2ab 1.53 MB 2,200 2
900,194 900,194 00000000000000000001bf9738c87f6dab9d9388ec6579e9fe3adc8b5a45913a 1.46 MB 2,532 1
900,193 900,193 000000000000000000015a8862f2e986b0b67069e7c68d79f7a948ec2006f6c6 1.64 MB 3,792 3
900,192 900,192 00000000000000000001744dd277bbd653ace9c7d857074702d1360b1200580e 1.76 MB 4,668 1
900,191 900,191 00000000000000000000ccb787243a2eadc261ac6bac229c9b40a966bbbccc0f 1.67 MB 4,327 4
900,190 900,190 00000000000000000001e9c947abd02b2e2796f0c2585c39cb2c99119ca60209 1.58 MB 2,956 2
900,189 900,189 0000000000000000000158b1c01906070cbcb191995c5ac4f5cba59fc712907e 1.50 MB 1,382 1
900,188 900,188 0000000000000000000051eef24891c012505333d7be0a33da742df330cdd8fd 1.30 MB 1,436 1
900,187 900,187 000000000000000000018ecd630a836d33225fb65c471c5944cdb536d1da5de0 1.72 MB 3,284 3
900,186 900,186 000000000000000000011cec1ceb633390e1c68917a71765bed87cee477f46d8 1.57 MB 4,195 4
900,185 900,185 00000000000000000001ea0e6e720deda45be4d0268a872e9fc769b4ef7a3ffc 1.45 MB 2,869 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.