Memory Pool Memory Pool Refreshing

1,303 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,279 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (751,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,153 156,153 0000000000000126b5c4a12f27c1a6f29486acdba0687fa642634e17ddc3911a 0.04 MB 57 82
156,152 156,152 000000000000071b407bef7738e1cc4e6dd9536030540cf403dc9e05f9d82fb2 0.01 MB 18 234
156,151 156,151 0000000000000f2b9c5445f90d8cd919b482929c9649cef9b71c8ebc04d7e411 0.00 MB 10 28
156,150 156,150 0000000000000885ce3b94937fd20842c838bd5bc015908032fcd4fd4f5b0c48 0.02 MB 41 63
156,149 156,149 000000000000095f1cb6f8d4bb6e898af9c914920cf18690ee96af6f804258c1 0.04 MB 123 2
156,148 156,148 0000000000000be94004039af0d71af2331b96c5debc5bf1504a9a0fb56f29a0 0.04 MB 77 139
156,147 156,147 00000000000008d6adb2b40ef8b041dbe98b6d32f01b7f8dec96b8a90dd96a86 0.01 MB 11 8
156,146 156,146 0000000000000878bb2bc7d5b37fc3d0c9eb5733f02064ea6b0b3cea5eb7b2e3 0.02 MB 60 120
156,145 156,145 00000000000001e8fdbffb1d9deb7842bc3201833c1b149b7a264d647dfc574f 0.01 MB 18 34
156,144 156,144 00000000000003775217b842e13c923d99fe64c606c5f1f2ae4b42a8b73256b6 0.03 MB 98 50
156,143 156,143 0000000000000342d9b6acef1a73bdec42afec59768038dcda5b227d24324475 0.01 MB 32 123
156,142 156,142 0000000000000b4ac6b85fb118a37b875a18e6fd0d26cfbe2e21a7b3218016a1 0.01 MB 11 179
156,141 156,141 0000000000000815d4b68df1b7869521faa6095c953c42400587f7df46c1219d 0.02 MB 50 40
156,140 156,140 000000000000097a62c771112d8484693f99c40b441e940f30487228dc9b31f2 0.01 MB 11 0
156,139 156,139 000000000000069586cb9639226bb41325cbe4eb2a5bcb54f49034f836824af5 0.01 MB 19 215
156,138 156,138 0000000000000ca6be2b426cbb53a3afbdb940d78223a0d53f5627c442397065 0.00 MB 8 569
156,137 156,137 0000000000000a7b72e6033d528b54bbfb6317c19b7b43d2e734ce971c94a1e9 0.00 MB 14 172
156,136 156,136 00000000000009e14648a99eea6064f17c7a1467bb45b139d72fda0da5768851 0.04 MB 79 0
156,135 156,135 000000000000019392044bbdda928189111e34b2b8f35e6815f47141335d7172 0.02 MB 45 1,215
156,134 156,134 00000000000001b43fe366bf82f4e42ab631ee67cb5a34f8fa7b049b7ff51764 0.01 MB 34 115
156,133 156,133 00000000000003ee7cf85372f3e4a4ace79a9fe29ba27dc56cddb7e1a4a699da 0.00 MB 10 385
Previous 10 blocks ↓
Total Size: 769.16 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.68 GB sent, 93.65 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.