Memory Pool Memory Pool Refreshing

3,003 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.82 vMB 3,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (135,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,312 772,312 000000000000000000049d5ed3a8af0b445d949b32888d9c37373c543357d105 1.62 MB 2,465 7
772,311 772,311 00000000000000000005f57d9ee49c52eb44135cf4c207e018e66822fc8f12f4 1.45 MB 1,739 9
772,310 772,310 00000000000000000006bf3249a505329294eafc26cbb371c1d39783c4f88bdf 1.48 MB 3,284 15
772,309 772,309 00000000000000000003ce28ef89e3f52a1334ee3d008cb1f9ecf41f87c0c7a7 0.76 MB 1,502 9
772,308 772,308 00000000000000000006c5ee1657af6c2aa3c07c6a71c2986c901f9947a06a61 1.40 MB 2,636 9
772,307 772,307 0000000000000000000754750c8e0a24f2d7bd57dae85c14628647f35fe15997 0.44 MB 682 9
772,306 772,306 00000000000000000006f8121c0a6d2b6e37dc0a6216bbaad5bd9b49fea32bd3 0.49 MB 959 8
772,305 772,305 000000000000000000066e9270686c6dc42ef1c0ecffa22ef58361363f64e865 0.42 MB 539 6
772,304 772,304 00000000000000000002936a7a5dec84f2d9773786cdc8ead51873484a7d42f5 1.86 MB 511 1
772,303 772,303 00000000000000000003400d3ddfa109854afdaa5d00e6f6dfcbd8c8e0608cd0 1.81 MB 274 1
772,302 772,302 00000000000000000003c9e606f871057ae419318e52299c99702bcee35181a7 1.78 MB 1,306 2
772,301 772,301 00000000000000000006dcfed326ac78033efb5bf7bff0647ce7a7bb1e8699d5 1.62 MB 3,036 7
772,300 772,300 00000000000000000003eb879c70c59c69c14a9c72d7909b35d1edaf1acdba00 1.45 MB 2,668 7
772,299 772,299 00000000000000000000b23d15687b3fe5357a9cae86fcb56789a473343cb00e 1.27 MB 2,049 16
772,298 772,298 000000000000000000010db6704d2e08c083ab23fcdb2c01ecdc84811077a9f8 1.25 MB 1,208 9
772,297 772,297 000000000000000000069a152ac8331e5ea6ab84a6600005d83b4a200f79b227 1.57 MB 3,114 15
772,296 772,296 000000000000000000075e5ea8d222e1c3e5a8388276f3c5443ffe71f153c23f 1.46 MB 2,882 5
772,295 772,295 00000000000000000006722bb36eecb10cd5ab2286ba9ae132662a3db2a11380 1.50 MB 3,420 14
772,294 772,294 000000000000000000044834570c5773859fdddba19d90a7891e847a2457925e 1.67 MB 502 1
772,293 772,293 000000000000000000013a2856d41f13a3e6c8e99ca04787ec3d9ce1703371e4 1.70 MB 586 1
772,292 772,292 00000000000000000002d97b6196a84e61387fbac7acc43395a8d3cf438e7e03 1.68 MB 2,712 5
Previous 10 blocks ↓
Total Size: 769.15 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.64 GB sent, 93.64 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.