Memory Pool Memory Pool Refreshing

7,121 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,591 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (15,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,456 892,456 00000000000000000000db79d60b9ae5d899170e786194713e2b08f87909a4f5 1.81 MB 3,155 2
892,455 892,455 0000000000000000000119fb67542929268088f191412a13f32a98961aa6f80f 1.66 MB 2,103 1
892,454 892,454 00000000000000000001d29dbd61c988717664bec1d1fe3812abab9e748734c2 1.78 MB 2,421 2
892,453 892,453 00000000000000000000da42fc624af819a1750576c3a7866df9a57ccd00589b 1.84 MB 2,951 2
892,452 892,452 0000000000000000000120dbd18462f01e40874643c258c083ba851637e48b82 1.47 MB 3,364 7
892,451 892,451 000000000000000000015e54e767469515793f0e216fd45b3b372d57d0341aa0 0.54 MB 943 2
892,450 892,450 000000000000000000020d766d324877283d3ad19c95b828bdbac7b622993bd2 0.23 MB 334 2
892,449 892,449 00000000000000000000a099269af5d3ddf0bc49800dc5a6e0bcd8834064ccf7 0.98 MB 1,734 2
892,448 892,448 000000000000000000007297c6333f7673d57692bae96789c679cb38bfcb6f46 0.10 MB 190 3
892,447 892,447 00000000000000000001e66a7e82aa0c8aefae2d4cca506b86ba5d37a2422a8b 0.38 MB 630 3
892,446 892,446 0000000000000000000101141d86d3c43b4f7bdbc9c2d5c68b8d8bfeb0969f07 0.69 MB 1,011 2
892,445 892,445 000000000000000000008ee2455d182a81a7e15ac70faf94fcb553bcc2916448 0.42 MB 772 2
892,444 892,444 000000000000000000009b81bf77c374f19fbf3c6e87872c850b069092f11ff4 1.37 MB 2,566 2
892,443 892,443 0000000000000000000013be4eaa03cf59562669b4b20c2754d98b4c34bdf706 0.34 MB 646 3
892,442 892,442 00000000000000000001e4ae89fc9dd6c2c10e948aded7468151e1ebb28b75e6 0.03 MB 67 2
892,441 892,441 000000000000000000001dc4c7488eb4589e4c55ed5249674e31bbe53e2da9cf 0.73 MB 1,580 2
892,440 892,440 0000000000000000000212a5262cacbba09412ad16cf1bcc0a85a8c0f33a433b 1.37 MB 2,246 2
892,439 892,439 00000000000000000001f381813cc3496e0c6c3ca0733257d547ee2db3f0c2ff 0.05 MB 138 4
892,438 892,438 00000000000000000001578a29e3c1a5b4234b5e90b21e3d4ec4aaacc88780b2 0.93 MB 2,105 2
892,437 892,437 000000000000000000012f95c7e95cad2b21912e2989cd9e0a87eb1e180a2535 0.81 MB 1,401 2
892,436 892,436 00000000000000000000d98efa1d7f0e03e746bd7fa908c211b1767b92f6b06e 1.50 MB 3,374 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.