Memory Pool Memory Pool Refreshing

1,512 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,508 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (388,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
519,010 519,010 0000000000000000001b6e21a28b7bbe0ae2e5a707a94f69430d885b6dc0a9c1 0.60 MB 834 26
519,009 519,009 0000000000000000001f808147bfc6017579c52bc51bf665e6702771d50d06b2 0.02 MB 57 15
519,008 519,008 0000000000000000001c0eb86b1d997fb9519b63f599748785a08fe2a9064e68 0.20 MB 515 27
519,007 519,007 000000000000000000227a9fa670ad47e1a41318cec72b9c6d7e2385a839f81f 0.23 MB 492 17
519,006 519,006 000000000000000000168d1a7a70cbbf09be99e34a1a6130288841e9af22eaf5 1.11 MB 2,101 21
519,005 519,005 00000000000000000020e0fdba1db4df361603f1df569739a3ecad188d1fbb8c 0.62 MB 1,477 34
519,004 519,004 0000000000000000003d8a4935327eaa3b2d6c4ca12935830ed9d61dedf86716 0.15 MB 292 4
519,003 519,003 000000000000000000357bb4d1253d01fe205bd6c854ae224dd870c4f559a893 0.54 MB 1,261 36
519,002 519,002 0000000000000000001a1850eac3872c5a43410b197a6451338b945c55bfbd5b 0.37 MB 759 48
519,001 519,001 00000000000000000042b09d5ff278b7ef5cb3cc62de9f9c8586b5a490370016 0.42 MB 837 29
519,000 519,000 000000000000000000316e2c654d67f55222ae0a75d060feb11718ffd977fddf 0.43 MB 1,128 20
518,999 518,999 00000000000000000026d422e481e19c2f1880e9d39a32e77b4d8150b7b45f87 0.90 MB 1,489 26
518,998 518,998 0000000000000000002487f5cd7009b986b83658a797b0473cc8e8e69e5460d9 0.70 MB 1,353 15
518,997 518,997 00000000000000000020bc47ef7f938c3a56737d01c78f7d3850b3a4b651c4fb 0.00 MB 1 0
518,996 518,996 00000000000000000019552e3444b275194128223d6ef468efcd49b9a1703a51 1.15 MB 2,781 50
518,995 518,995 00000000000000000038ac148514bb2d3af1dcb7959b8d9aef840786ca4903b4 0.81 MB 1,217 5
518,994 518,994 0000000000000000002cdf9ddb54398f1ac0665b7e27c3d1bba603c757eb28bf 1.56 MB 1,006 9
518,993 518,993 00000000000000000029f047d3c0a6150aa20c4cafdf09f034a71367a424a086 1.00 MB 1,850 7
518,992 518,992 000000000000000000448fef8a25cd0c2c95941a15da71d825e38452ee426e4c 1.34 MB 2,160 18
518,991 518,991 0000000000000000001991fb6d43371e26fa7e76b3b28feb4fef637b70a060fb 1.00 MB 2,203 50
518,990 518,990 00000000000000000013ec76b8ddcda7775a7f124379a503752bf6db74b80dca 1.18 MB 3,021 6
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.44 GB sent, 94.29 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.