Memory Pool Memory Pool Refreshing

3,710 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,838 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,349 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (629,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,637 278,637 0000000000000000086c02d507c45b117f4d0095c0d49da9572a4dd7ae6bc683 0.20 MB 287 41
278,636 278,636 00000000000000021c63aeec39e6fc1e15bb264b885ba0fef6fdd8b980a07fa2 0.25 MB 511 44
278,635 278,635 000000000000000006803aaf2f7be5023fc35fa9bb097f8234b9981a855ce917 0.01 MB 32 0
278,634 278,634 0000000000000002bdaabb6d4ceb05a0462d643b71644fce6ab22ac1f31c3159 0.39 MB 698 47
278,633 278,633 00000000000000001148337a157b408ac4257f19bea104a68b3f933d8a10f010 0.25 MB 678 63
278,632 278,632 00000000000000012d165270071b7bd6735d0da74a2e8c7b2eca8f8d6bbe1560 0.18 MB 395 56
278,631 278,631 0000000000000001c471a15eeb79b938a6686c31b42095ca81ca68a9a3ee938a 0.02 MB 58 99
278,630 278,630 0000000000000001fcb9aca54fc9909326abe591692492290038fe315c0e0fcf 0.15 MB 308 58
278,629 278,629 00000000000000002de38b324ee6a3956b876d15e7858631b0599c0c8d5a297a 0.13 MB 258 65
278,628 278,628 0000000000000000ef7e3b1c40cf75dfdb25cbf0a561d2f9caaa067974f50fb6 0.13 MB 281 41
278,627 278,627 0000000000000002af233a45ebd6924c08eb759ceaa91e198dda0956a120c248 0.17 MB 344 43
278,626 278,626 0000000000000002dd36509de6bc5ca016f00509acdb28e9617f6f38ba7b44ff 0.25 MB 527 45
278,625 278,625 0000000000000002cebeb9e960d4d4c13d14518a27986704aa9dd960392a3e45 0.49 MB 635 34
278,624 278,624 000000000000000299abcb880bda1650d133adc0390c53aec1810daade4e02f6 0.25 MB 240 28
278,623 278,623 000000000000000269b03e85f508420891b2f3d727a67f1bf47e9b0c9bce6a8f 0.50 MB 432 18
278,622 278,622 0000000000000001fe63171693741e04749e0d14a039ad93c7779cbd940ca63b 0.20 MB 429 45
278,621 278,621 0000000000000000cfa133ff79e2bc9a7ed8eda6d21c7992e296cf5fed54551c 0.03 MB 74 37
278,620 278,620 0000000000000002f9362284609010511237af47024a0d2cf5b4d5841b3547fe 0.50 MB 1,324 67
278,619 278,619 000000000000000091817642d3a3e628bf5afd198f057b17f5796239b9cd709c 0.50 MB 1,380 74
278,618 278,618 00000000000000019095e5e401738722cb34cf704658e8c5f23f0d4716a98476 0.25 MB 606 72
278,617 278,617 000000000000000115075d7a69c34aeff118fe4e29bed0e452d2f9fdeab27a30 0.03 MB 61 62
Previous 10 blocks ↓
Total Size: 769.24 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,634.95 GB sent, 94.10 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.