Memory Pool Memory Pool Refreshing

2,220 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,170 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (354,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,199 553,199 0000000000000000003105d7472c1ea6776064a265bd36313b2307c1459f176e 0.84 MB 1,768 11
553,198 553,198 0000000000000000001519afaf653f6c2f2744fe1109d529d12cdcd264d164d9 0.42 MB 792 14
553,197 553,197 000000000000000000234feeda3cb6d66f838aa95bb180062705148cd97b7dc4 0.55 MB 626 5
553,196 553,196 0000000000000000001a894effb03288e88abbca9c4622298c35c3211ab6aa66 1.21 MB 3,124 14
553,195 553,195 0000000000000000001851a0cfad3260635304087439c1a17165f0ffc6b24b85 0.90 MB 1,817 12
553,194 553,194 0000000000000000000d40a29b6d8dd95b624e40dc1526241859b3edb1cc2faf 0.20 MB 199 6
553,193 553,193 0000000000000000000a46df252c8c69baf4e062a307f13fe776c62d997ff2b1 1.22 MB 2,746 14
553,192 553,192 0000000000000000001b3a6b8c6a76dfec1ec3097cb31e6320b7864bddbe7433 0.78 MB 1,431 16
553,191 553,191 0000000000000000002ba706cbcc3b1d5dba787e5f80ecd76863d205ae195ce7 0.85 MB 1,675 13
553,190 553,190 0000000000000000000b368fe47a4e50826b748ca6613f2e85944bd6c474868d 0.09 MB 192 10
553,189 553,189 0000000000000000001e88d6fc9b8651769d524d93137f64190efe3956063be5 0.03 MB 94 7
553,188 553,188 000000000000000000309ddaa25e459a73a5d930bc9ff92558aa4e06599dcc26 1.07 MB 2,302 11
553,187 553,187 0000000000000000000d9b00a6bc24a197d99632d43d727621a1e0f21c284fdc 0.97 MB 1,538 9
553,186 553,186 00000000000000000005d9bce293d02cdf666a6b96cd93af5db27aa500a0b12e 1.19 MB 1,951 4
553,185 553,185 0000000000000000002b1d79377dbf9a0c471e09cb64c60afc21f6d8756b44bf 0.00 MB 1 0
553,184 553,184 000000000000000000128163f3f21d55e7f6476a268cc58e66ea51864373182d 1.30 MB 3,081 17
553,183 553,183 00000000000000000030e5c3d36f4c1828894acb774653a075f35d17331909b8 1.26 MB 2,538 12
553,182 553,182 00000000000000000031d3006416ccd81da8ab82cdd78c08ca9afe2fc20c2a9f 1.37 MB 3,208 28
553,181 553,181 00000000000000000024646473a94a92c7a6b12fe2e386acc1165cb742f8f90f 1.16 MB 2,490 12
553,180 553,180 0000000000000000002270ca9ea1238012cdb85d029d137d573d41642d7f06e6 1.23 MB 2,940 17
553,179 553,179 0000000000000000000b8ec6ea09019e1712960f33264d6d2b743ad4d7208caf 0.84 MB 1,453 12
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.