Memory Pool Memory Pool Refreshing

935 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 935 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (10,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,570 897,570 00000000000000000000063645b781b69cf92a66e8fec3c3731554916d8a764f 1.67 MB 2,321 3
897,569 897,569 00000000000000000000e31a0017aa740003e2cb630f6ebf8de4538c530b1277 1.51 MB 3,533 5
897,568 897,568 0000000000000000000210a18e52f61f60c26a089151a16e834b5a94cdbfcca8 1.60 MB 3,864 4
897,567 897,567 0000000000000000000229160681d57be597a641eb6175691ecd416375bbacb8 1.54 MB 5,667 3
897,566 897,566 0000000000000000000165c58fcd6d40d68a7b550a7c27d1e484f9c3c4229ed3 1.73 MB 2,282 2
897,565 897,565 00000000000000000000f314347f7889d426343511283ff6437506498e4decbf 1.54 MB 6,286 3
897,564 897,564 000000000000000000006df91cd66feaa9202ceeacea8208fcb4c8d728695a07 1.48 MB 4,168 4
897,563 897,563 0000000000000000000051fac55432f7cb52ae84973dd9e38e75a9de4482b8e3 1.53 MB 4,113 6
897,562 897,562 0000000000000000000196c0e232d3964cdd623e582f37af9eaaa867a7f57bec 1.71 MB 3,388 2
897,561 897,561 0000000000000000000076bb6e0fb3eb662938916e26ff1a05df2e4fb7f64250 1.50 MB 5,973 3
897,560 897,560 00000000000000000000d546c6b2421e1238a1c16a3612c07c62d55755d697d7 1.52 MB 5,307 5
897,559 897,559 0000000000000000000184a0731d2f8d7281261022f95ce69d7cbabfe350cd43 1.53 MB 5,907 3
897,558 897,558 00000000000000000000dd6c0d2b4abb35b6930511573d5bb688d9a2d308a0d9 1.56 MB 6,225 3
897,557 897,557 0000000000000000000073c517ab2b316c8aaabdaa6bb6a1e818d0582ad81959 1.54 MB 4,612 4
897,556 897,556 00000000000000000002453cd3ce15b966f800d6415f3ad42af2a9bdf9c385de 1.54 MB 3,338 8
897,555 897,555 00000000000000000001b10bb433a91b3b00deb6432a65f002f15823ee4fc5e8 1.58 MB 4,939 5
897,554 897,554 00000000000000000001bc7edfd9adcf7fa52791539d33517f3db9f4b5ce52bd 1.60 MB 5,570 3
897,553 897,553 0000000000000000000017233778e035bf5bf8c03f621e4e6031859812de8726 1.49 MB 6,473 3
897,552 897,552 00000000000000000001ee25852e3c5d46c578690c8c3b9bfb02730f0e012b92 1.39 MB 2,992 4
897,551 897,551 0000000000000000000084defdb46983e5b803caaec169802aee2e7f8c5ec809 1.46 MB 4,383 3
897,550 897,550 00000000000000000001350aa17a7fb3ac48a48c06c580344102470695465cfd 1.61 MB 3,592 6
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.22 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.