Memory Pool Memory Pool Refreshing

2,470 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,680 (652,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,598 255,598 000000000000003a1d579d6dcffe2cad0daf83d53fae3c3c2bc001252af6204f 0.01 MB 26 76
255,597 255,597 000000000000001ef2a0998838e8a06e799322babd501432230b23fcab46b469 0.08 MB 90 66
255,596 255,596 000000000000002c7e3265dff69426e1b430d6e4e45e6ec61b54a91f0cb3f713 0.04 MB 102 94
255,595 255,595 000000000000000f2739068df5592ab265e2ae5b0fe87541b5251c84ed0029e2 0.06 MB 155 174
255,594 255,594 000000000000003b3a706fb65a6abd87a1463eb85e09af27dd7281df5b7e3b1c 0.01 MB 16 105
255,593 255,593 0000000000000013613932cee8faa66d26cead19661527bba73aaa16fbcc3ac8 0.01 MB 24 128
255,592 255,592 000000000000003d72cda4e77e5a1c9d39430350b421d6d83d10c7108939d7fa 0.04 MB 77 111
255,591 255,591 000000000000001d6f914e318b7494aafb2843e1e86ffa4d5c192c6e5bb6dd52 0.01 MB 22 178
255,590 255,590 000000000000003093a2afff346f26c8055e0a460995832bae56f6197297abcc 0.11 MB 248 132
255,589 255,589 000000000000003f8229f0b40dfc42aff9f87ffa1e5dfc40add63afab1ac9768 0.01 MB 35 91
255,588 255,588 00000000000000111a186c007364d0c9b6b693ddab9400dd8f5cde4a02beac60 0.08 MB 106 10
255,587 255,587 0000000000000022d88a76d8956e619fc8720d617c1132ce1b52685d77dca1f4 0.00 MB 3 15
255,586 255,586 000000000000000e074bfeb153996a52fd3cabbb5d4c81d23359d83a1b81622b 0.02 MB 27 47
255,585 255,585 000000000000001983b0ab253bf6fe6c0670f8c92b8018addc3f40d4f2955915 0.05 MB 127 117
255,584 255,584 000000000000003dba2cfd3a68e9260d4231104784c3c8eea3ccd240bc26677b 0.16 MB 296 119
255,583 255,583 0000000000000010cc46e628926a12163a39ac9d26e56e0162ccf0953377e470 0.27 MB 550 87
255,582 255,582 000000000000000aa64d14907521679c37ee705656fa285bf15100aebc75cf82 0.01 MB 16 98
255,581 255,581 000000000000002d19710bc344931ec8010c1ed68759007ca1a6cde08709445d 0.05 MB 88 85
255,580 255,580 000000000000000398b261d7f618d87ae3650310dd3fbef5b7af2e66e81ec734 0.04 MB 70 86
255,579 255,579 000000000000003623f0c2a31de6317ef0d044cb5a65dea5ec8b946e01d8cfa8 0.07 MB 105 113
255,578 255,578 000000000000001738cf4ddb3d40f7c7219079c5e147e10d937da35d9c048305 0.01 MB 40 220
Previous 10 blocks ↓
Total Size: 768.95 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,613.74 GB sent, 92.52 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.