Memory Pool Memory Pool Refreshing

9,199 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,404 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (32,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,149 875,149 000000000000000000018ef67777f15a5dba565c26e54fa94a20e6fcdf92034b 1.61 MB 3,677 13
875,148 875,148 000000000000000000022716c3ce6b7d8bd7f5261195dc3539c1929df9044bad 1.68 MB 3,047 7
875,147 875,147 00000000000000000000b8adf2e0f7070dc023e7c7071a189cce600233d191a9 1.38 MB 1,699 5
875,146 875,146 00000000000000000001e5aea567dfd65f151222563171247e773e761d04ba39 1.48 MB 2,387 7
875,145 875,145 00000000000000000000a8dac4e17ef5eb94ae9bfe5401bc928e3e4f2fd57847 1.62 MB 3,788 9
875,144 875,144 0000000000000000000236a698544fc9f8ab67c522d776b34123ef5ebb08b118 1.60 MB 4,064 10
875,143 875,143 00000000000000000002447f43bf494e0fee059154a87da31e98ec309cc88d92 2.10 MB 2,413 7
875,142 875,142 000000000000000000021629cc4b21dfe796a9d663a9c48c981abe4a6adc4640 2.63 MB 2,099 9
875,141 875,141 0000000000000000000062538a102359bfad242f5c1041d21be09445b79e4ddf 1.61 MB 4,145 7
875,140 875,140 00000000000000000000aff716f6cf1fa01a6454676ed8c0bf321166421a0b6c 1.52 MB 5,862 12
875,139 875,139 0000000000000000000006a9ff476ae9c987ce0c022b6c297d8a80e1437e001c 1.43 MB 6,779 15
875,138 875,138 000000000000000000001f3c332b928d11f4e2bca1289ff923678672acd452e5 1.51 MB 4,950 7
875,137 875,137 00000000000000000000c19197c02ce4ad32eac60555d185a31a99d33fbcaf03 1.44 MB 6,978 10
875,136 875,136 000000000000000000027fc769dfabe30c90f70ab6043be769ca734e70fe4dba 1.45 MB 6,673 12
875,135 875,135 00000000000000000001182986b8ed68c94337401e79c10e0ff65872745a1f5d 1.04 MB 400 4
875,134 875,134 00000000000000000000e3e58f754e8b8a092f77515b6af17bd0838ec575ac9b 1.49 MB 2,758 6
875,133 875,133 00000000000000000001c52e09249211075a20383e05d4dc6200848126f12527 1.62 MB 2,760 6
875,132 875,132 00000000000000000001f6c072e9859d6a638b5b3f8c964baf65434ae517b789 1.68 MB 3,310 7
875,131 875,131 00000000000000000000a9d8c9c7abdcdf31bc082a29c11fec3b6e1c042af5b1 1.69 MB 2,849 6
875,130 875,130 0000000000000000000282dfd94928f5349dcf4abb7889a9e0ff5c5dd2c05709 1.67 MB 4,283 8
875,129 875,129 0000000000000000000056fccbc262e263144f3a36d2f697a9512a8ac98c7a6c 1.58 MB 2,949 9
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.