Memory Pool Memory Pool Refreshing

5,575 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (623,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,155 284,155 000000000000000071e668681a89741278560ba647fbf7c56c2a6de9da935613 0.35 MB 1,044 91
284,154 284,154 00000000000000007f38c5913417a9cd7d64d7e2fea815fdb44840ca316179f2 0.26 MB 393 71
284,153 284,153 00000000000000000fd645457fa89b56c61f51f4a2f8c9c0331667a3e05aa0cc 0.29 MB 523 36
284,152 284,152 0000000000000000a0111445aee588cef433ef3f7a9290c22af4e01cc16d9448 0.42 MB 607 41
284,151 284,151 0000000000000001f1b98e012faecce9e9c33e5dedc0c46d06253e29e4ce16d8 0.11 MB 166 27
284,150 284,150 0000000000000001277d2c0645115f7526e182187cabc81fc0bee4078d0227d2 0.21 MB 329 35
284,149 284,149 0000000000000001480f2e3f49b4e213dee8b0aeac70bd629d6b2652a5acd501 0.23 MB 408 33
284,148 284,148 0000000000000000d025dc15208400aa3ebaaef9ba1bc97c69fe1d45e748d5ce 0.14 MB 164 25
284,147 284,147 0000000000000001c608b45f5af7ff1352ec56de7372cb7ff273595802371fe0 0.25 MB 401 24
284,146 284,146 00000000000000017f4684a794e7bb8faad2bc807010bc5d2d333129c6a1a572 0.05 MB 152 110
284,145 284,145 0000000000000000656c44ec894408cd593f4807870a1d66bb1eb8b101eafa25 0.10 MB 151 38
284,144 284,144 000000000000000123e1f1af99f055a2ef45d0f0257b30ce1bfb2b61f70c0e08 0.77 MB 514 15
284,143 284,143 0000000000000000ac5e3fd534dff318ed88ae3fba71ba2ae7c6af0d9b22c629 0.25 MB 653 35
284,142 284,142 0000000000000001b0eeb196370f0fbd3e55b7d982e71c885c667197317914bf 0.05 MB 142 122
284,141 284,141 0000000000000000699e3584b4402e63287e9049c24fd30279d5ee7318511341 0.00 MB 1 0
284,140 284,140 0000000000000000004fff7f6a279d946c2aab6fb1607f478a9861e44efb1882 0.35 MB 1,062 70
284,139 284,139 00000000000000002588a23ac739e57682991166bd289a26f4e30d20afd12806 0.48 MB 326 16
284,138 284,138 0000000000000000c7c254d741de2d0978960e2d7e738e22493fc000240de94a 0.35 MB 759 29
284,137 284,137 0000000000000000660c5f38d8fb2f480f0c6ac056f997e051e3b88cc120a929 0.25 MB 773 94
284,136 284,136 0000000000000001c1727c8439ad5862947182321f190b3e67aa9618ac82d12f 0.25 MB 439 23
284,135 284,135 00000000000000006a9589e45aea146ef3929997ba9861d564c0502f71b1fdf5 0.25 MB 793 57
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.