Memory Pool Memory Pool Refreshing

3,082 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,611 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (461,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,221 446,221 00000000000000000352c88756b0c7eb7cf4af2e41d2bc833b37a2361fd39444 1.00 MB 2,286 102
446,220 446,220 000000000000000001e0c8db2012400c4db2c06a394b18080acc4b5f11f26b49 1.00 MB 2,152 84
446,219 446,219 0000000000000000011824f59031ea2c5531fad2d6cfd3368d2209a46e174e6b 1.00 MB 1,783 70
446,218 446,218 000000000000000003257a67ef05f100b6f39a2a62bf151f0b7095f4b08445bc 1.00 MB 2,284 111
446,217 446,217 000000000000000001edef4cc9a7bef85ca408f3c58345cfe49c3654aa62f76c 1.00 MB 1,288 73
446,216 446,216 0000000000000000016c281984f7487e73108c52018cdfaa8af888072ff2046f 1.00 MB 1,847 78
446,215 446,215 000000000000000001d0ef5c7af1d50a6797d2a8789a853a270008b0fd217bd7 1.00 MB 2,402 104
446,214 446,214 00000000000000000094f4eb56676f1dc7e5cba64f1af0a4e2b5228b0dde5cd8 1.00 MB 2,286 88
446,213 446,213 000000000000000000023d763dcb8a453971583f7548649a6a1afa32002836e7 1.00 MB 1,764 74
446,212 446,212 0000000000000000004c458130a5b093ee59a9d83de4689dc2ae39dbf4e9658a 1.00 MB 2,049 104
446,211 446,211 0000000000000000029b8dcb86fc9b61006405ff830fae198d7dd5573d434cde 1.00 MB 1,841 70
446,210 446,210 000000000000000002f14550e8ea0742c2dd50dfcedf15a36de82482188b4f95 1.00 MB 2,010 68
446,209 446,209 000000000000000002b33441ee380f63693b21c7c5c45e4a6a0f28b473d7040e 1.00 MB 2,890 64
446,208 446,208 000000000000000002f5fa8b7e8d26b4711e4f6360a575ae2dbd8e63cd2e1e03 1.00 MB 2,304 92
446,207 446,207 0000000000000000026d7f491bc00075a826bc555d616992d98c02628b747e8d 1.00 MB 2,692 71
446,206 446,206 0000000000000000009c76e1d5483ebe4b6d950fdbb4436cb77465d2fa63db8d 1.00 MB 2,496 79
446,205 446,205 0000000000000000010a50fd10da92fa61bbce73610f670cf058ae161ae66c83 1.00 MB 1,363 74
446,204 446,204 0000000000000000019864653635319fa21862ffbc9e562a2a9bac01324434ea 1.00 MB 2,910 62
446,203 446,203 0000000000000000028981da3e7356032d7dd7c1cfb69f62a0da6658b1864591 1.00 MB 2,236 83
446,202 446,202 0000000000000000026ef28690b2abbd14b87443feab1a69c28b294e311d1a8f 1.00 MB 2,220 79
446,201 446,201 00000000000000000103190c0943d2c9ffbfaf40ceed41292d33307e5308bed0 1.00 MB 1,725 74
Previous 10 blocks ↓
Total Size: 769.13 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,630.59 GB sent, 93.52 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.