Memory Pool Memory Pool Refreshing

1,709 transactions
0.66 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,903 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,698 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,902 (733,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,315 174,315 00000000000002e58f5ee3401726aecb32b68a3b55c6bccb8a1cd73bc67f27dc 0.03 MB 50 7
174,314 174,314 0000000000000435b6781719bc8e17f0ab03876545392e23f3e2f02663a00cd1 0.06 MB 119 117
174,313 174,313 000000000000069d4bab0b87bca7f9c91b6c2b125d155cf7c9ac211a9bbed40f 0.00 MB 13 11,924
174,312 174,312 00000000000003d4f6ebc289ec6307d6e1cfeb6811f8f3dd3174992948ae545b 0.03 MB 77 116
174,311 174,311 00000000000000d2d9453ac1e65b2dcedca2c33387fad32258d659f0b2c17b57 0.04 MB 75 75
174,310 174,310 00000000000000ce8e7fe81e0b35e007e3d03877af7c739bde292abcd2425ab9 0.04 MB 55 89
174,309 174,309 00000000000007de2236d597475dedd5e23eb0e6da0ae3224bdfbfba9e23e088 0.04 MB 64 249
174,308 174,308 00000000000006b4b91c26521e961653ac74407c795ed7afcfbc95d5095bcee2 0.03 MB 29 60
174,307 174,307 00000000000007e352ece0083baee6a39ec63d1ad6af7f64621d5ffe45b18727 0.05 MB 142 118
174,306 174,306 00000000000009a01d64d44add519be1efa89f47e7ec58cc6d4a98ef829f0b22 0.05 MB 85 117
174,305 174,305 000000000000044119986dc818cb4e290ea245ef95448d1f3c11239d4f6bdf36 0.05 MB 72 61
174,304 174,304 00000000000008e9e09e271ecaa2eb498bb2156ab67aa85865da220d605d709e 0.05 MB 160 71
174,303 174,303 000000000000086c96aeb73f11e6d3f4637785b715f242e8531e1fcd558077bd 0.05 MB 135 147
174,302 174,302 00000000000008fc9ca06c04f51dd34a024ae50d10c09cb6efcf1c96e80848b8 0.03 MB 23 24
174,301 174,301 00000000000002082e03f4bbba0ba30d230ba37a03d0e421cea8dbfca51a898a 0.01 MB 19 66
174,300 174,300 000000000000096f456ab44fd612b9ecdca373d42da5f5fec47bdcbd579c0ef5 0.05 MB 113 202
174,299 174,299 00000000000006258b74b5d8f112f60120ad936a2b14cf28bc8a16e524cfae75 0.00 MB 14 37
174,298 174,298 000000000000010c6de9146374e58d8ceec3018323764c1861982eb6a329fa91 0.00 MB 19 10
174,297 174,297 000000000000045c7ae3d6d026204a05e9a1e1a0c3fd267120920052409c57c3 0.05 MB 139 7
174,296 174,296 00000000000005ede0a3ae6e089fbe34f28d64f2d4c5b155a6c33b4d7a042407 0.06 MB 103 212
174,295 174,295 0000000000000425ec7194c1fb11a03eddcf650baa4336de85e9866fc5ee29dc 0.03 MB 90 27
Previous 10 blocks ↓
Total Size: 769.36 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,643.69 GB sent, 94.74 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.